Html Css Color HEX #62141C Pohutukawa

📋 copy color: '#62141C'

red 98 ◦ green 20 ◦ blue 28

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

Shades of Pohutukawa #62141C

Tints of Pohutukawa #62141C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 19.18%

R = 67.12%
G = 13.7%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#62141C (or 0x62141C) is known color: Pohutukawa. HEX triplet: 62, 14 and 1C. RGB value is (98,20,28). Sum of RGB (Red+Green+Blue) = 98+20+28=146 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.12% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 98 - color contains mainly: red. Hex color #62141C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62141C is #9DEBE3. Grayscale: #2C2C2C. Windows color (decimal): -10349540 or 1840226. OLE color: 1840226.

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

Color convert

RGB 98 20 28 -
CMYK 0 0.80 0.71 0.62
HSL 353.85º 0.66% 0.23% -
HSV(B) 353.85º 0.8% 0.38% -
XYZ 5.5 3.18 1.42 -
YUV 44.23 118.84 166.35 -
System Red Green Blue C M Y K H S L
Decimal 98 20 28 0 0.80 0.71 0.62 353.85 0.66 0.23
Hex 62 14 1C 0 50 47 3E 162 42 17
Octal 142 24 34 0 120 107 76 542 102 27
Binary 1100010 10100 11100 0 1010000 1000111 111110 101100010 1000010 10111

Color Harmonies of #62141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62141C

Black with #62141C

Text Example


Text Example

White with #62141C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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