Html Css Color HEX #61203F Pompadour

📋 copy color: '#61203F'

red 97 ◦ green 32 ◦ blue 63

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

Shades of Pompadour #61203F

Tints of Pompadour #61203F

RGB

 RED value IS 97 (38.28% from 255) = 50.52%

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

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

R = 50.52%
G = 16.67%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#61203F (or 0x61203F) is known color: Pompadour. HEX triplet: 61, 20 and 3F. RGB value is (97,32,63). Sum of RGB (Red+Green+Blue) = 97+32+63=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #61203F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61203F is #9EDFC0. Grayscale: #363636. Windows color (decimal): -10411969 or 4137057. OLE color: 4137057.

HSL color Cylindrical-coordinate representation of color #61203F: hue angle of 331.38º degrees, saturation: 0.5, 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 #61203F is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 32 63 -
CMYK 0 0.67 0.35 0.62
HSL 331.38º 0.5% 0.25% -
HSV(B) 331.38º 0.67% 0.38% -
XYZ 6.34 3.93 5.13 -
YUV 54.97 132.53 157.98 -
System Red Green Blue C M Y K H S L
Decimal 97 32 63 0 0.67 0.35 0.62 331.38 0.5 0.25
Hex 61 20 3F 0 43 23 3E 14B 32 19
Octal 141 40 77 0 103 43 76 513 62 31
Binary 1100001 100000 111111 0 1000011 100011 111110 101001011 110010 11001

Color Harmonies of #61203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61203F

Black with #61203F

Text Example


Text Example

White with #61203F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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