Html Css Color HEX #62143B Pompadour

📋 copy color: '#62143B'

red 98 ◦ green 20 ◦ blue 59

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

Shades of Pompadour #62143B

Tints of Pompadour #62143B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.3%

 BLUE value IS 59 (23.44% from 255) = 33.33%

R = 55.37%
G = 11.3%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#62143B (or 0x62143B) is known color: Pompadour. HEX triplet: 62, 14 and 3B. RGB value is (98,20,59). Sum of RGB (Red+Green+Blue) = 98+20+59=177 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.37% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 59 (23.44% from 255 or 33.33% from 177); Max value from RGB is 98 - color contains mainly: red. Hex color #62143B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62143B is #9DEBC4. Grayscale: #2F2F2F. Windows color (decimal): -10349509 or 3871842. OLE color: 3871842.

HSL color Cylindrical-coordinate representation of color #62143B: hue angle of 330º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #62143B is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 20 59 -
CMYK 0 0.80 0.40 0.62
HSL 330º 0.66% 0.23% -
HSV(B) 330º 0.8% 0.38% -
XYZ 6.08 3.41 4.48 -
YUV 47.77 134.34 163.83 -
System Red Green Blue C M Y K H S L
Decimal 98 20 59 0 0.80 0.40 0.62 330 0.66 0.23
Hex 62 14 3B 0 50 28 3E 14A 42 17
Octal 142 24 73 0 120 50 76 512 102 27
Binary 1100010 10100 111011 0 1010000 101000 111110 101001010 1000010 10111

Color Harmonies of #62143B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62143B

Black with #62143B

Text Example


Text Example

White with #62143B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,20,59); }

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

background-color css

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

 a { background-color: rgb(98,20,59); }

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

border-color css

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

 span { border-color: rgb(98,20,59); }

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