#622126

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

Shades of Pohutukawa #622126

Tints of Pohutukawa #622126

Color information

#622126 (or 0x622126) is unknown color: approx Pohutukawa. HEX triplet: 62, 21 and 26. RGB value is (98,33,38). Sum of RGB (Red+Green+Blue) = 98+33+38=169 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.99% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 38 (15.23% from 255 or 22.49% from 169); Max value from RGB is 98 - color contains mainly: red. Hex color #622126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622126 is #9DDED9. Grayscale: #353535. Windows color (decimal): -10346202 or 2498914. OLE color: 2498914.

HSL color Cylindrical-coordinate representation of color #622126: hue angle of 355.38º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #622126 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB983338-
CMYK00.660.610.62
HSL355.38º49.62%25.69%-
HSV(B)355.38º66.33%38.43%-
XYZ5.933.822.26-
YUV53119.53160.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.99%
GREEN value IS 33 (13.28% from 255) = 19.53%
BLUE value IS 38 (15.23% from 255) = 22.49%
R=57.99%
G=19.53%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98333800.660.610.62355.3849.6225.69
Hex6221260423D3E163321a
Octal1424146010275765436232
Binary11000101000011001100100001011110111111010110001111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622126; }

 p { color: rgb(98,33,38); }

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

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

 a { background-color: rgb(98,33,38); }

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

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

 span { border-color: rgb(98,33,38); }

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