Html Css Color HEX #62141D Pohutukawa

📋 copy color: '#62141D'

red 98 ◦ green 20 ◦ blue 29

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

Shades of Pohutukawa #62141D

Tints of Pohutukawa #62141D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.73%

R = 66.67%
G = 13.61%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#62141D (or 0x62141D) is known color: Pohutukawa. HEX triplet: 62, 14 and 1D. RGB value is (98,20,29). Sum of RGB (Red+Green+Blue) = 98+20+29=147 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.67% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 98 - color contains mainly: red. Hex color #62141D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62141D is #9DEBE2. Grayscale: #2C2C2C. Windows color (decimal): -10349539 or 1905762. OLE color: 1905762.

HSL color Cylindrical-coordinate representation of color #62141D: hue angle of 353.08º 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 #62141D is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 20 29 -
CMYK 0 0.80 0.70 0.62
HSL 353.08º 0.66% 0.23% -
HSV(B) 353.08º 0.8% 0.38% -
XYZ 5.51 3.19 1.49 -
YUV 44.35 119.34 166.27 -
System Red Green Blue C M Y K H S L
Decimal 98 20 29 0 0.80 0.70 0.62 353.08 0.66 0.23
Hex 62 14 1D 0 50 46 3E 161 42 17
Octal 142 24 35 0 120 106 76 541 102 27
Binary 1100010 10100 11101 0 1010000 1000110 111110 101100001 1000010 10111

Color Harmonies of #62141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62141D

Black with #62141D

Text Example


Text Example

White with #62141D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62141D; }

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

 H1.HeaderClassName
 {
   color: #62141D;
 }
 .AnyTagClassName
 {
   color: #62141D;
 }
</style>

background-color css

<style>
 a { background-color: #62141D; }

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

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

border-color css

<style>
 span { border-color: #62141D; }

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

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