Html Css Color HEX #62172B Pohutukawa

📋 copy color: '#62172B'

red 98 ◦ green 23 ◦ blue 43

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

Shades of Pohutukawa #62172B

Tints of Pohutukawa #62172B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 26.22%

R = 59.76%
G = 14.02%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#62172B (or 0x62172B) is known color: Pohutukawa. HEX triplet: 62, 17 and 2B. RGB value is (98,23,43). Sum of RGB (Red+Green+Blue) = 98+23+43=164 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.76% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 98 - color contains mainly: red. Hex color #62172B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62172B is #9DE8D4. Grayscale: #2F2F2F. Windows color (decimal): -10348757 or 2824034. OLE color: 2824034.

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

Color convert

RGB 98 23 43 -
CMYK 0 0.77 0.56 0.62
HSL 344º 0.62% 0.24% -
HSV(B) 344º 0.77% 0.38% -
XYZ 5.78 3.38 2.63 -
YUV 47.71 125.35 163.87 -
System Red Green Blue C M Y K H S L
Decimal 98 23 43 0 0.77 0.56 0.62 344 0.62 0.24
Hex 62 17 2B 0 4D 38 3E 158 3E 18
Octal 142 27 53 0 115 70 76 530 76 30
Binary 1100010 10111 101011 0 1001101 111000 111110 101011000 111110 11000

Color Harmonies of #62172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62172B

Black with #62172B

Text Example


Text Example

White with #62172B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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