Html Css Color HEX #62171F Pohutukawa

📋 copy color: '#62171F'

red 98 ◦ green 23 ◦ blue 31

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

Shades of Pohutukawa #62171F

Tints of Pohutukawa #62171F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20.39%

R = 64.47%
G = 15.13%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#62171F (or 0x62171F) is known color: Pohutukawa. HEX triplet: 62, 17 and 1F. RGB value is (98,23,31). Sum of RGB (Red+Green+Blue) = 98+23+31=152 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.47% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 98 - color contains mainly: red. Hex color #62171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62171F is #9DE8E0. Grayscale: #2E2E2E. Windows color (decimal): -10348769 or 2037602. OLE color: 2037602.

HSL color Cylindrical-coordinate representation of color #62171F: hue angle of 353.6º 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 #62171F is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 23 31 -
CMYK 0 0.77 0.68 0.62
HSL 353.6º 0.62% 0.24% -
HSV(B) 353.6º 0.77% 0.38% -
XYZ 5.59 3.31 1.64 -
YUV 46.34 119.35 164.85 -
System Red Green Blue C M Y K H S L
Decimal 98 23 31 0 0.77 0.68 0.62 353.6 0.62 0.24
Hex 62 17 1F 0 4D 44 3E 162 3E 18
Octal 142 27 37 0 115 104 76 542 76 30
Binary 1100010 10111 11111 0 1001101 1000100 111110 101100010 111110 11000

Color Harmonies of #62171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62171F

Black with #62171F

Text Example


Text Example

White with #62171F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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