#63122A

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

Shades of Pohutukawa #63122A

Tints of Pohutukawa #63122A

Color information

#63122A (or 0x63122A) is unknown color: approx Pohutukawa. HEX triplet: 63, 12 and 2A. RGB value is (99,18,42). Sum of RGB (Red+Green+Blue) = 99+18+42=159 (21% of max value = 765). Red value is 99 (39.06% from 255 or 62.26% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 99 - color contains mainly: red. Hex color #63122A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63122A is #9CEDD5. Grayscale: #2C2C2C. Windows color (decimal): -10284502 or 2757219. OLE color: 2757219.

HSL color Cylindrical-coordinate representation of color #63122A: hue angle of 342.22º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #63122A is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB991842-
CMYK00.820.580.61
HSL342.22º69.23%22.94%-
HSV(B)342.22º81.82%38.82%-
XYZ5.783.252.51-
YUV44.96126.34166.55-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 62.26%
GREEN value IS 18 (7.42% from 255) = 11.32%
BLUE value IS 42 (16.80% from 255) = 26.42%
R=62.26%
G=11.32%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99184200.820.580.61342.2269.2322.94
Hex63122A0523A3D1564517
Octal14322520122727552610527
Binary11000111001010101001010010111010111101101010110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63122A; }

 p { color: rgb(99,18,42); }

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

<style>
 a { background-color: #63122A; }

 a { background-color: rgb(99,18,42); }

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

<style>
 span { border-color: #63122A; }

 span { border-color: rgb(99,18,42); }

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