Html Css Color HEX #62192B Pohutukawa

📋 copy color: '#62192B'

red 98 ◦ green 25 ◦ blue 43

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

Shades of Pohutukawa #62192B

Tints of Pohutukawa #62192B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.06%

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

R = 59.04%
G = 15.06%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#62192B (or 0x62192B) is known color: Pohutukawa. HEX triplet: 62, 19 and 2B. RGB value is (98,25,43). Sum of RGB (Red+Green+Blue) = 98+25+43=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #62192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62192B is #9DE6D4. Grayscale: #303030. Windows color (decimal): -10348245 or 2824546. OLE color: 2824546.

HSL color Cylindrical-coordinate representation of color #62192B: hue angle of 345.21º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #62192B is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 25 43 -
CMYK 0 0.74 0.56 0.62
HSL 345.21º 0.59% 0.24% -
HSV(B) 345.21º 0.74% 0.38% -
XYZ 5.82 3.47 2.65 -
YUV 48.88 124.68 163.04 -
System Red Green Blue C M Y K H S L
Decimal 98 25 43 0 0.74 0.56 0.62 345.21 0.59 0.24
Hex 62 19 2B 0 4A 38 3E 159 3B 18
Octal 142 31 53 0 112 70 76 531 73 30
Binary 1100010 11001 101011 0 1001010 111000 111110 101011001 111011 11000

Color Harmonies of #62192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62192B

Black with #62192B

Text Example


Text Example

White with #62192B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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