#631329

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

Shades of Pohutukawa #631329

Tints of Pohutukawa #631329

Color information

#631329 (or 0x631329) is unknown color: approx Pohutukawa. HEX triplet: 63, 13 and 29. RGB value is (99,19,41). Sum of RGB (Red+Green+Blue) = 99+19+41=159 (21% of max value = 765). Red value is 99 (39.06% from 255 or 62.26% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 99 - color contains mainly: red. Hex color #631329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631329 is #9CECD6. Grayscale: #2D2D2D. Windows color (decimal): -10284247 or 2691939. OLE color: 2691939.

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

Color convert

RGB991941-
CMYK00.810.590.61
HSL343.5º67.8%23.14%-
HSV(B)343.5º80.81%38.82%-
XYZ5.783.282.43-
YUV45.43125.5166.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 62.26%
GREEN value IS 19 (7.81% from 255) = 11.95%
BLUE value IS 41 (16.41% from 255) = 25.79%
R=62.26%
G=11.95%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99194100.810.590.61343.567.823.14
Hex6313290513B3D1584417
Octal14323510121737553010427
Binary11000111001110100101010001111011111101101011000100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631329; }

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

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

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

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

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

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

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

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