#631F2C

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

Shades of Pohutukawa #631F2C

Tints of Pohutukawa #631F2C

Color information

#631F2C (or 0x631F2C) is unknown color: approx Pohutukawa. HEX triplet: 63, 1F and 2C. RGB value is (99,31,44). Sum of RGB (Red+Green+Blue) = 99+31+44=174 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.90% from 174); Green value is 31 (12.5% from 255 or 17.82% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 99 - color contains mainly: red. Hex color #631F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631F2C is #9CE0D3. Grayscale: #343434. Windows color (decimal): -10281172 or 2891619. OLE color: 2891619.

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

Color convert

RGB993144-
CMYK00.690.560.61
HSL348.53º52.31%25.49%-
HSV(B)348.53º68.69%38.82%-
XYZ6.093.812.8-
YUV52.81123.03160.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.90%
GREEN value IS 31 (12.5% from 255) = 17.82%
BLUE value IS 44 (17.58% from 255) = 25.29%
R=56.90%
G=17.82%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99314400.690.560.61348.5352.3125.49
Hex631F2C045383D15d3419
Octal1433754010570755356431
Binary1100011111111011000100010111100011110110101110111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,31,44); }

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

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

 a { background-color: rgb(99,31,44); }

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

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

 span { border-color: rgb(99,31,44); }

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