Html Css Color HEX #62202B Pohutukawa

📋 copy color: '#62202B'

red 98 ◦ green 32 ◦ blue 43

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

Shades of Pohutukawa #62202B

Tints of Pohutukawa #62202B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.86%

R = 56.65%
G = 18.5%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#62202B (or 0x62202B) is known color: Pohutukawa. HEX triplet: 62, 20 and 2B. RGB value is (98,32,43). Sum of RGB (Red+Green+Blue) = 98+32+43=173 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.65% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 98 - color contains mainly: red. Hex color #62202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62202B is #9DDFD4. Grayscale: #353535. Windows color (decimal): -10346453 or 2826338. OLE color: 2826338.

HSL color Cylindrical-coordinate representation of color #62202B: hue angle of 350º 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 #62202B is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 32 43 -
CMYK 0 0.67 0.56 0.62
HSL 350º 0.51% 0.25% -
HSV(B) 350º 0.67% 0.38% -
XYZ 5.99 3.8 2.7 -
YUV 52.99 122.37 160.11 -
System Red Green Blue C M Y K H S L
Decimal 98 32 43 0 0.67 0.56 0.62 350 0.51 0.25
Hex 62 20 2B 0 43 38 3E 15E 33 19
Octal 142 40 53 0 103 70 76 536 63 31
Binary 1100010 100000 101011 0 1000011 111000 111110 101011110 110011 11001

Color Harmonies of #62202B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62202B

Black with #62202B

Text Example


Text Example

White with #62202B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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