#62232A

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

Shades of Pohutukawa #62232A

Tints of Pohutukawa #62232A

Color information

#62232A (or 0x62232A) is unknown color: approx Pohutukawa. HEX triplet: 62, 23 and 2A. RGB value is (98,35,42). Sum of RGB (Red+Green+Blue) = 98+35+42=175 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 98 - color contains mainly: red. Hex color #62232A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62232A is #9DDCD5. Grayscale: #363636. Windows color (decimal): -10345686 or 2761570. OLE color: 2761570.

HSL color Cylindrical-coordinate representation of color #62232A: hue angle of 353.33º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #62232A is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB983542-
CMYK00.640.570.62
HSL353.33º47.37%26.08%-
HSV(B)353.33º64.29%38.43%-
XYZ6.063.972.64-
YUV54.63120.87158.93-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56%
GREEN value IS 35 (14.06% from 255) = 20%
BLUE value IS 42 (16.80% from 255) = 24%
R=56%
G=20%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98354200.640.570.62353.3347.3726.08
Hex62232A040393E1612f1a
Octal1424352010071765415732
Binary11000101000111010100100000011100111111010110000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62232A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,35,42); }

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

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

 a { background-color: rgb(98,35,42); }

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

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

 span { border-color: rgb(98,35,42); }

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