#62181A

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

Shades of Pohutukawa #62181A

Tints of Pohutukawa #62181A

Color information

#62181A (or 0x62181A) is unknown color: approx Pohutukawa. HEX triplet: 62, 18 and 1A. RGB value is (98,24,26). Sum of RGB (Red+Green+Blue) = 98+24+26=148 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.22% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 98 - color contains mainly: red. Hex color #62181A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62181A is #9DE7E5. Grayscale: #2E2E2E. Windows color (decimal): -10348518 or 1710178. OLE color: 1710178.

HSL color Cylindrical-coordinate representation of color #62181A: hue angle of 358.38º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #62181A is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB982426-
CMYK00.760.730.62
HSL358.38º60.66%23.92%-
HSV(B)358.38º75.51%38.43%-
XYZ5.553.321.33-
YUV46.35116.52164.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 66.22%
GREEN value IS 24 (9.77% from 255) = 16.22%
BLUE value IS 26 (10.55% from 255) = 17.57%
R=66.22%
G=16.22%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98242600.760.730.62358.3860.6623.92
Hex62181A04C493E1663d18
Octal14230320114111765467530
Binary1100010110001101001001100100100111111010110011011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,24,26); }

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

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

 a { background-color: rgb(98,24,26); }

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

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

 span { border-color: rgb(98,24,26); }

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