Html Css Color HEX #62172C Pohutukawa

📋 copy color: '#62172C'

red 98 ◦ green 23 ◦ blue 44

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

Shades of Pohutukawa #62172C

Tints of Pohutukawa #62172C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 26.67%

R = 59.39%
G = 13.94%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#62172C (or 0x62172C) is known color: Pohutukawa. HEX triplet: 62, 17 and 2C. RGB value is (98,23,44). Sum of RGB (Red+Green+Blue) = 98+23+44=165 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.39% from 165); Green value is 23 (9.38% from 255 or 13.94% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 98 - color contains mainly: red. Hex color #62172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62172C is #9DE8D3. Grayscale: #2F2F2F. Windows color (decimal): -10348756 or 2889570. OLE color: 2889570.

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

Color convert

RGB 98 23 44 -
CMYK 0 0.77 0.55 0.62
HSL 343.2º 0.62% 0.24% -
HSV(B) 343.2º 0.77% 0.38% -
XYZ 5.8 3.39 2.73 -
YUV 47.82 125.85 163.79 -
System Red Green Blue C M Y K H S L
Decimal 98 23 44 0 0.77 0.55 0.62 343.2 0.62 0.24
Hex 62 17 2C 0 4D 37 3E 157 3E 18
Octal 142 27 54 0 115 67 76 527 76 30
Binary 1100010 10111 101100 0 1001101 110111 111110 101010111 111110 11000

Color Harmonies of #62172C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62172C

Black with #62172C

Text Example


Text Example

White with #62172C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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