#631A22

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

Shades of Pohutukawa #631A22

Tints of Pohutukawa #631A22

Color information

#631A22 (or 0x631A22) is unknown color: approx Pohutukawa. HEX triplet: 63, 1A and 22. RGB value is (99,26,34). Sum of RGB (Red+Green+Blue) = 99+26+34=159 (21% of max value = 765). Red value is 99 (39.06% from 255 or 62.26% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 34 (13.67% from 255 or 21.38% from 159); Max value from RGB is 99 - color contains mainly: red. Hex color #631A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631A22 is #9CE5DD. Grayscale: #303030. Windows color (decimal): -10282462 or 2234979. OLE color: 2234979.

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

Color convert

RGB992634-
CMYK00.740.660.61
HSL353.42º58.4%24.51%-
HSV(B)353.42º73.74%38.82%-
XYZ5.83.511.88-
YUV48.74119.68163.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 62.26%
GREEN value IS 26 (10.55% from 255) = 16.35%
BLUE value IS 34 (13.67% from 255) = 21.38%
R=62.26%
G=16.35%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.66
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99263400.740.660.61353.4258.424.51
Hex631A2204A423D1613a19
Octal14332420112102755417231
Binary11000111101010001001001010100001011110110110000111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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