Html Css Color HEX #62131E Pohutukawa

📋 copy color: '#62131E'

red 98 ◦ green 19 ◦ blue 30

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

Shades of Pohutukawa #62131E

Tints of Pohutukawa #62131E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.93%

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

R = 66.67%
G = 12.93%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#62131E (or 0x62131E) is known color: Pohutukawa. HEX triplet: 62, 13 and 1E. RGB value is (98,19,30). Sum of RGB (Red+Green+Blue) = 98+19+30=147 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.67% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 30 (12.11% from 255 or 20.41% from 147); Max value from RGB is 98 - color contains mainly: red. Hex color #62131E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62131E is #9DECE1. Grayscale: #2B2B2B. Windows color (decimal): -10349794 or 1971042. OLE color: 1971042.

HSL color Cylindrical-coordinate representation of color #62131E: hue angle of 351.65º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #62131E is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 19 30 -
CMYK 0 0.81 0.69 0.62
HSL 351.65º 0.68% 0.23% -
HSV(B) 351.65º 0.81% 0.38% -
XYZ 5.5 3.16 1.55 -
YUV 43.88 120.17 166.61 -
System Red Green Blue C M Y K H S L
Decimal 98 19 30 0 0.81 0.69 0.62 351.65 0.68 0.23
Hex 62 13 1E 0 51 45 3E 160 44 17
Octal 142 23 36 0 121 105 76 540 104 27
Binary 1100010 10011 11110 0 1010001 1000101 111110 101100000 1000100 10111

Color Harmonies of #62131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62131E

Black with #62131E

Text Example


Text Example

White with #62131E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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