Html Css Color HEX #61203E Pompadour

📋 copy color: '#61203E'

red 97 ◦ green 32 ◦ blue 62

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

Shades of Pompadour #61203E

Tints of Pompadour #61203E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 32.46%

R = 50.79%
G = 16.75%
B = 32.46%

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

#61203E (or 0x61203E) is known color: Pompadour. HEX triplet: 61, 20 and 3E. RGB value is (97,32,62). Sum of RGB (Red+Green+Blue) = 97+32+62=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #61203E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61203E is #9EDFC1. Grayscale: #363636. Windows color (decimal): -10411970 or 4071521. OLE color: 4071521.

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

Color convert

RGB 97 32 62 -
CMYK 0 0.67 0.36 0.62
HSL 332.31º 0.5% 0.25% -
HSV(B) 332.31º 0.67% 0.38% -
XYZ 6.32 3.92 4.98 -
YUV 54.86 132.03 158.06 -
System Red Green Blue C M Y K H S L
Decimal 97 32 62 0 0.67 0.36 0.62 332.31 0.5 0.25
Hex 61 20 3E 0 43 24 3E 14C 32 19
Octal 141 40 76 0 103 44 76 514 62 31
Binary 1100001 100000 111110 0 1000011 100100 111110 101001100 110010 11001

Color Harmonies of #61203E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61203E

Black with #61203E

Text Example


Text Example

White with #61203E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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