Html Css Color HEX #62182C Pohutukawa

📋 copy color: '#62182C'

red 98 ◦ green 24 ◦ blue 44

#62182C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #62182C

Tints of Pohutukawa #62182C

RGB

 RED value IS 98 (38.67% from 255) = 59.04%

 GREEN value IS 24 (9.77% from 255) = 14.46%

 BLUE value IS 44 (17.58% from 255) = 26.51%

R = 59.04%
G = 14.46%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#62182C (or 0x62182C) is known color: Pohutukawa. HEX triplet: 62, 18 and 2C. RGB value is (98,24,44). Sum of RGB (Red+Green+Blue) = 98+24+44=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #62182C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62182C is #9DE7D3. Grayscale: #303030. Windows color (decimal): -10348500 or 2889826. OLE color: 2889826.

HSL color Cylindrical-coordinate representation of color #62182C: hue angle of 343.78º 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 #62182C is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 24 44 -
CMYK 0 0.76 0.55 0.62
HSL 343.78º 0.61% 0.24% -
HSV(B) 343.78º 0.76% 0.38% -
XYZ 5.82 3.43 2.74 -
YUV 48.41 125.52 163.37 -
System Red Green Blue C M Y K H S L
Decimal 98 24 44 0 0.76 0.55 0.62 343.78 0.61 0.24
Hex 62 18 2C 0 4C 37 3E 158 3D 18
Octal 142 30 54 0 114 67 76 530 75 30
Binary 1100010 11000 101100 0 1001100 110111 111110 101011000 111101 11000

Color Harmonies of #62182C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62182C

Black with #62182C

Text Example


Text Example

White with #62182C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62182C; }

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

 H1.HeaderClassName
 {
   color: #62182C;
 }
 .AnyTagClassName
 {
   color: #62182C;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #62182C;
 }
 .BgClassName
 {
   background-color: #62182C;
 }
</style>

border-color css

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

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

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