#631A2C

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

Shades of Pohutukawa #631A2C

Tints of Pohutukawa #631A2C

Color information

#631A2C (or 0x631A2C) is unknown color: approx Pohutukawa. HEX triplet: 63, 1A and 2C. RGB value is (99,26,44). Sum of RGB (Red+Green+Blue) = 99+26+44=169 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.58% from 169); Green value is 26 (10.55% from 255 or 15.38% from 169); Blue value is 44 (17.58% from 255 or 26.04% from 169); Max value from RGB is 99 - color contains mainly: red. Hex color #631A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631A2C is #9CE5D3. Grayscale: #313131. Windows color (decimal): -10282452 or 2890339. OLE color: 2890339.

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

Color convert

RGB992644-
CMYK00.740.560.61
HSL345.21º58.4%24.51%-
HSV(B)345.21º73.74%38.82%-
XYZ5.973.572.76-
YUV49.88124.68163.04-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.58%
GREEN value IS 26 (10.55% from 255) = 15.38%
BLUE value IS 44 (17.58% from 255) = 26.04%
R=58.58%
G=15.38%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99264400.740.560.61345.2158.424.51
Hex631A2C04A383D1593a19
Octal1433254011270755317231
Binary1100011110101011000100101011100011110110101100111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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