#631129

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

Shades of Pohutukawa #631129

Tints of Pohutukawa #631129

Color information

#631129 (or 0x631129) is unknown color: approx Pohutukawa. HEX triplet: 63, 11 and 29. RGB value is (99,17,41). Sum of RGB (Red+Green+Blue) = 99+17+41=157 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.06% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 99 - color contains mainly: red. Hex color #631129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631129 is #9CEED6. Grayscale: #2C2C2C. Windows color (decimal): -10284759 or 2691427. OLE color: 2691427.

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

Color convert

RGB991741-
CMYK00.830.590.61
HSL342.44º70.69%22.75%-
HSV(B)342.44º82.83%38.82%-
XYZ5.753.212.42-
YUV44.25126.17167.05-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 63.06%
GREEN value IS 17 (7.03% from 255) = 10.83%
BLUE value IS 41 (16.41% from 255) = 26.11%
R=63.06%
G=10.83%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99174100.830.590.61342.4470.6922.75
Hex6311290533B3D1564717
Octal14321510123737552610727
Binary11000111000110100101010011111011111101101010110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631129; }

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

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

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

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

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

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

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

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