Html Css Color HEX #62141E Pohutukawa

📋 copy color: '#62141E'

red 98 ◦ green 20 ◦ blue 30

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

Shades of Pohutukawa #62141E

Tints of Pohutukawa #62141E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20.27%

R = 66.22%
G = 13.51%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#62141E (or 0x62141E) is known color: Pohutukawa. HEX triplet: 62, 14 and 1E. RGB value is (98,20,30). Sum of RGB (Red+Green+Blue) = 98+20+30=148 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.22% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 30 (12.11% from 255 or 20.27% from 148); Max value from RGB is 98 - color contains mainly: red. Hex color #62141E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62141E is #9DEBE1. Grayscale: #2C2C2C. Windows color (decimal): -10349538 or 1971298. OLE color: 1971298.

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

Color convert

RGB 98 20 30 -
CMYK 0 0.80 0.69 0.62
HSL 352.31º 0.66% 0.23% -
HSV(B) 352.31º 0.8% 0.38% -
XYZ 5.52 3.19 1.55 -
YUV 44.46 119.84 166.19 -
System Red Green Blue C M Y K H S L
Decimal 98 20 30 0 0.80 0.69 0.62 352.31 0.66 0.23
Hex 62 14 1E 0 50 45 3E 160 42 17
Octal 142 24 36 0 120 105 76 540 102 27
Binary 1100010 10100 11110 0 1010000 1000101 111110 101100000 1000010 10111

Color Harmonies of #62141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62141E

Black with #62141E

Text Example


Text Example

White with #62141E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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