#631B28

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

Shades of Pohutukawa #631B28

Tints of Pohutukawa #631B28

Color information

#631B28 (or 0x631B28) is unknown color: approx Pohutukawa. HEX triplet: 63, 1B and 28. RGB value is (99,27,40). Sum of RGB (Red+Green+Blue) = 99+27+40=166 (21% of max value = 765). Red value is 99 (39.06% from 255 or 59.64% from 166); Green value is 27 (10.94% from 255 or 16.27% from 166); Blue value is 40 (16.02% from 255 or 24.10% from 166); Max value from RGB is 99 - color contains mainly: red. Hex color #631B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631B28 is #9CE4D7. Grayscale: #323232. Windows color (decimal): -10282200 or 2628451. OLE color: 2628451.

HSL color Cylindrical-coordinate representation of color #631B28: hue angle of 349.17º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #631B28 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB992740-
CMYK00.730.600.61
HSL349.17º57.14%24.71%-
HSV(B)349.17º72.73%38.82%-
XYZ5.923.592.39-
YUV50.01122.35162.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 59.64%
GREEN value IS 27 (10.94% from 255) = 16.27%
BLUE value IS 40 (16.02% from 255) = 24.10%
R=59.64%
G=16.27%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.60
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99274000.730.600.61349.1757.1424.71
Hex631B280493C3D15d3919
Octal1433350011174755357131
Binary1100011110111010000100100111110011110110101110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631B28; }

 p { color: rgb(99,27,40); }

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

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

 a { background-color: rgb(99,27,40); }

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

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

 span { border-color: rgb(99,27,40); }

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