Html Css Color HEX #62172A Pohutukawa

📋 copy color: '#62172A'

red 98 ◦ green 23 ◦ blue 42

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

Shades of Pohutukawa #62172A

Tints of Pohutukawa #62172A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 25.77%

R = 60.12%
G = 14.11%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#62172A (or 0x62172A) is known color: Pohutukawa. HEX triplet: 62, 17 and 2A. RGB value is (98,23,42). Sum of RGB (Red+Green+Blue) = 98+23+42=163 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.12% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 98 - color contains mainly: red. Hex color #62172A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62172A is #9DE8D5. Grayscale: #2F2F2F. Windows color (decimal): -10348758 or 2758498. OLE color: 2758498.

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

Color convert

RGB 98 23 42 -
CMYK 0 0.77 0.57 0.62
HSL 344.8º 0.62% 0.24% -
HSV(B) 344.8º 0.77% 0.38% -
XYZ 5.76 3.38 2.54 -
YUV 47.59 124.85 163.96 -
System Red Green Blue C M Y K H S L
Decimal 98 23 42 0 0.77 0.57 0.62 344.8 0.62 0.24
Hex 62 17 2A 0 4D 39 3E 159 3E 18
Octal 142 27 52 0 115 71 76 531 76 30
Binary 1100010 10111 101010 0 1001101 111001 111110 101011001 111110 11000

Color Harmonies of #62172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62172A

Black with #62172A

Text Example


Text Example

White with #62172A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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