Html Css Color HEX #62191D Pohutukawa

📋 copy color: '#62191D'

red 98 ◦ green 25 ◦ blue 29

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

Shades of Pohutukawa #62191D

Tints of Pohutukawa #62191D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.45%

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

R = 64.47%
G = 16.45%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#62191D (or 0x62191D) is known color: Pohutukawa. HEX triplet: 62, 19 and 1D. RGB value is (98,25,29). Sum of RGB (Red+Green+Blue) = 98+25+29=152 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.47% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 98 - color contains mainly: red. Hex color #62191D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62191D is #9DE6E2. Grayscale: #2F2F2F. Windows color (decimal): -10348259 or 1907042. OLE color: 1907042.

HSL color Cylindrical-coordinate representation of color #62191D: hue angle of 356.71º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #62191D is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 25 29 -
CMYK 0 0.74 0.70 0.62
HSL 356.71º 0.59% 0.24% -
HSV(B) 356.71º 0.74% 0.38% -
XYZ 5.61 3.38 1.52 -
YUV 47.28 117.68 164.17 -
System Red Green Blue C M Y K H S L
Decimal 98 25 29 0 0.74 0.70 0.62 356.71 0.59 0.24
Hex 62 19 1D 0 4A 46 3E 165 3B 18
Octal 142 31 35 0 112 106 76 545 73 30
Binary 1100010 11001 11101 0 1001010 1000110 111110 101100101 111011 11000

Color Harmonies of #62191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62191D

Black with #62191D

Text Example


Text Example

White with #62191D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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