Html Css Color HEX #62171E Pohutukawa

📋 copy color: '#62171E'

red 98 ◦ green 23 ◦ blue 30

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

Shades of Pohutukawa #62171E

Tints of Pohutukawa #62171E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.23%

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

R = 64.9%
G = 15.23%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#62171E (or 0x62171E) is known color: Pohutukawa. HEX triplet: 62, 17 and 1E. RGB value is (98,23,30). Sum of RGB (Red+Green+Blue) = 98+23+30=151 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.90% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 98 - color contains mainly: red. Hex color #62171E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62171E is #9DE8E1. Grayscale: #2E2E2E. Windows color (decimal): -10348770 or 1972066. OLE color: 1972066.

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

Color convert

RGB 98 23 30 -
CMYK 0 0.77 0.69 0.62
HSL 354.4º 0.62% 0.24% -
HSV(B) 354.4º 0.77% 0.38% -
XYZ 5.58 3.3 1.57 -
YUV 46.22 118.85 164.93 -
System Red Green Blue C M Y K H S L
Decimal 98 23 30 0 0.77 0.69 0.62 354.4 0.62 0.24
Hex 62 17 1E 0 4D 45 3E 162 3E 18
Octal 142 27 36 0 115 105 76 542 76 30
Binary 1100010 10111 11110 0 1001101 1000101 111110 101100010 111110 11000

Color Harmonies of #62171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62171E

Black with #62171E

Text Example


Text Example

White with #62171E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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