Html Css Color HEX #62202C Pohutukawa

📋 copy color: '#62202C'

red 98 ◦ green 32 ◦ blue 44

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

Shades of Pohutukawa #62202C

Tints of Pohutukawa #62202C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.39%

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

R = 56.32%
G = 18.39%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#62202C (or 0x62202C) is known color: Pohutukawa. HEX triplet: 62, 20 and 2C. RGB value is (98,32,44). Sum of RGB (Red+Green+Blue) = 98+32+44=174 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56.32% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 98 - color contains mainly: red. Hex color #62202C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62202C is #9DDFD3. Grayscale: #353535. Windows color (decimal): -10346452 or 2891874. OLE color: 2891874.

HSL color Cylindrical-coordinate representation of color #62202C: hue angle of 349.09º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #62202C is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 32 44 -
CMYK 0 0.67 0.55 0.62
HSL 349.09º 0.51% 0.25% -
HSV(B) 349.09º 0.67% 0.38% -
XYZ 6.01 3.81 2.8 -
YUV 53.1 122.87 160.02 -
System Red Green Blue C M Y K H S L
Decimal 98 32 44 0 0.67 0.55 0.62 349.09 0.51 0.25
Hex 62 20 2C 0 43 37 3E 15D 33 19
Octal 142 40 54 0 103 67 76 535 63 31
Binary 1100010 100000 101100 0 1000011 110111 111110 101011101 110011 11001

Color Harmonies of #62202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62202C

Black with #62202C

Text Example


Text Example

White with #62202C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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