#631029

Color #631029 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #631029

Tints of Pohutukawa #631029

Color information

#631029 (or 0x631029) is unknown color: approx Pohutukawa. HEX triplet: 63, 10 and 29. RGB value is (99,16,41). Sum of RGB (Red+Green+Blue) = 99+16+41=156 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.46% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 99 - color contains mainly: red. Hex color #631029 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631029 is #9CEFD6. Grayscale: #2B2B2B. Windows color (decimal): -10285015 or 2691171. OLE color: 2691171.

HSL color Cylindrical-coordinate representation of color #631029: hue angle of 341.93º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #631029 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.61.

Color convert

RGB991641-
CMYK00.840.590.61
HSL341.93º72.17%22.55%-
HSV(B)341.93º83.84%38.82%-
XYZ5.733.182.41-
YUV43.67126.5167.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 63.46%
GREEN value IS 16 (6.64% from 255) = 10.26%
BLUE value IS 41 (16.41% from 255) = 26.28%
R=63.46%
G=10.26%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99164100.840.590.61341.9372.1722.55
Hex6310290543B3D1564817
Octal14320510124737552611027
Binary11000111000010100101010100111011111101101010110100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631029; }

 p { color: rgb(99,16,41); }

 H1.HeaderClassName
 {
   color: #631029;
 }
 .AnyTagClassName
 {
   color: #631029;
 }
</style>
background-color css

<style>
 a { background-color: #631029; }

 a { background-color: rgb(99,16,41); }

 div.DivClassName
 {
   background-color: #631029;
 }
 .BgClassName
 {
   background-color: #631029;
 }
</style>
border-color css

<style>
 span { border-color: #631029; }

 span { border-color: rgb(99,16,41); }

 td.TdClassName
 {
   border-color: #631029;
 }
 .TagClassName
 {
   border-color: #631029;
 }
</style>