#631A26

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

Shades of Pohutukawa #631A26

Tints of Pohutukawa #631A26

Color information

#631A26 (or 0x631A26) is unknown color: approx Pohutukawa. HEX triplet: 63, 1A and 26. RGB value is (99,26,38). Sum of RGB (Red+Green+Blue) = 99+26+38=163 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.74% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 38 (15.23% from 255 or 23.31% from 163); Max value from RGB is 99 - color contains mainly: red. Hex color #631A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631A26 is #9CE5D9. Grayscale: #313131. Windows color (decimal): -10282458 or 2497123. OLE color: 2497123.

HSL color Cylindrical-coordinate representation of color #631A26: hue angle of 350.14º 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 #631A26 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.61.

Color convert

RGB992638-
CMYK00.740.620.61
HSL350.14º58.4%24.51%-
HSV(B)350.14º73.74%38.82%-
XYZ5.863.532.21-
YUV49.2121.68163.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 60.74%
GREEN value IS 26 (10.55% from 255) = 15.95%
BLUE value IS 38 (15.23% from 255) = 23.31%
R=60.74%
G=15.95%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99263800.740.620.61350.1458.424.51
Hex631A2604A3E3D15e3a19
Octal1433246011276755367231
Binary1100011110101001100100101011111011110110101111011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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