Html Css Color HEX #62142B Pohutukawa

📋 copy color: '#62142B'

red 98 ◦ green 20 ◦ blue 43

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

Shades of Pohutukawa #62142B

Tints of Pohutukawa #62142B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.42%

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

R = 60.87%
G = 12.42%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#62142B (or 0x62142B) is known color: Pohutukawa. HEX triplet: 62, 14 and 2B. RGB value is (98,20,43). Sum of RGB (Red+Green+Blue) = 98+20+43=161 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.87% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 98 - color contains mainly: red. Hex color #62142B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62142B is #9DEBD4. Grayscale: #2D2D2D. Windows color (decimal): -10349525 or 2823266. OLE color: 2823266.

HSL color Cylindrical-coordinate representation of color #62142B: hue angle of 342.31º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #62142B is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 20 43 -
CMYK 0 0.80 0.56 0.62
HSL 342.31º 0.66% 0.23% -
HSV(B) 342.31º 0.8% 0.38% -
XYZ 5.72 3.27 2.62 -
YUV 45.94 126.34 165.13 -
System Red Green Blue C M Y K H S L
Decimal 98 20 43 0 0.80 0.56 0.62 342.31 0.66 0.23
Hex 62 14 2B 0 50 38 3E 156 42 17
Octal 142 24 53 0 120 70 76 526 102 27
Binary 1100010 10100 101011 0 1010000 111000 111110 101010110 1000010 10111

Color Harmonies of #62142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62142B

Black with #62142B

Text Example


Text Example

White with #62142B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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