Html Css Color HEX #62203F Pompadour

📋 copy color: '#62203F'

red 98 ◦ green 32 ◦ blue 63

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

Shades of Pompadour #62203F

Tints of Pompadour #62203F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.58%

 BLUE value IS 63 (25% from 255) = 32.64%

R = 50.78%
G = 16.58%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#62203F (or 0x62203F) is known color: Pompadour. HEX triplet: 62, 20 and 3F. RGB value is (98,32,63). Sum of RGB (Red+Green+Blue) = 98+32+63=193 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.78% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 98 - color contains mainly: red. Hex color #62203F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62203F is #9DDFC0. Grayscale: #373737. Windows color (decimal): -10346433 or 4137058. OLE color: 4137058.

HSL color Cylindrical-coordinate representation of color #62203F: hue angle of 331.82º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #62203F is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 32 63 -
CMYK 0 0.67 0.36 0.62
HSL 331.82º 0.51% 0.25% -
HSV(B) 331.82º 0.67% 0.38% -
XYZ 6.45 3.99 5.13 -
YUV 55.27 132.37 158.48 -
System Red Green Blue C M Y K H S L
Decimal 98 32 63 0 0.67 0.36 0.62 331.82 0.51 0.25
Hex 62 20 3F 0 43 24 3E 14C 33 19
Octal 142 40 77 0 103 44 76 514 63 31
Binary 1100010 100000 111111 0 1000011 100100 111110 101001100 110011 11001

Color Harmonies of #62203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62203F

Black with #62203F

Text Example


Text Example

White with #62203F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62203F; }

 p { color: rgb(98,32,63); }

 H1.HeaderClassName
 {
   color: #62203F;
 }
 .AnyTagClassName
 {
   color: #62203F;
 }
</style>

background-color css

<style>
 a { background-color: #62203F; }

 a { background-color: rgb(98,32,63); }

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

border-color css

<style>
 span { border-color: #62203F; }

 span { border-color: rgb(98,32,63); }

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