Html Css Color HEX #61203B Pompadour

📋 copy color: '#61203B'

red 97 ◦ green 32 ◦ blue 59

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

Shades of Pompadour #61203B

Tints of Pompadour #61203B

RGB

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

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

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

R = 51.6%
G = 17.02%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#61203B (or 0x61203B) is known color: Pompadour. HEX triplet: 61, 20 and 3B. RGB value is (97,32,59). Sum of RGB (Red+Green+Blue) = 97+32+59=188 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.60% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 97 - color contains mainly: red. Hex color #61203B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61203B is #9EDFC4. Grayscale: #363636. Windows color (decimal): -10411973 or 3874913. OLE color: 3874913.

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

Color convert

RGB 97 32 59 -
CMYK 0 0.67 0.39 0.62
HSL 335.08º 0.5% 0.25% -
HSV(B) 335.08º 0.67% 0.38% -
XYZ 6.24 3.89 4.56 -
YUV 54.51 130.53 158.3 -
System Red Green Blue C M Y K H S L
Decimal 97 32 59 0 0.67 0.39 0.62 335.08 0.5 0.25
Hex 61 20 3B 0 43 27 3E 14F 32 19
Octal 141 40 73 0 103 47 76 517 62 31
Binary 1100001 100000 111011 0 1000011 100111 111110 101001111 110010 11001

Color Harmonies of #61203B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61203B

Black with #61203B

Text Example


Text Example

White with #61203B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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