Html Css Color HEX #61203A Pompadour

📋 copy color: '#61203A'

red 97 ◦ green 32 ◦ blue 58

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

Shades of Pompadour #61203A

Tints of Pompadour #61203A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 31.02%

R = 51.87%
G = 17.11%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#61203A (or 0x61203A) is known color: Pompadour. HEX triplet: 61, 20 and 3A. RGB value is (97,32,58). Sum of RGB (Red+Green+Blue) = 97+32+58=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #61203A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61203A is #9EDFC5. Grayscale: #363636. Windows color (decimal): -10411974 or 3809377. OLE color: 3809377.

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

Color convert

RGB 97 32 58 -
CMYK 0 0.67 0.40 0.62
HSL 336º 0.5% 0.25% -
HSV(B) 336º 0.67% 0.38% -
XYZ 6.21 3.88 4.42 -
YUV 54.4 130.03 158.39 -
System Red Green Blue C M Y K H S L
Decimal 97 32 58 0 0.67 0.40 0.62 336 0.5 0.25
Hex 61 20 3A 0 43 28 3E 150 32 19
Octal 141 40 72 0 103 50 76 520 62 31
Binary 1100001 100000 111010 0 1000011 101000 111110 101010000 110010 11001

Color Harmonies of #61203A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61203A

Black with #61203A

Text Example


Text Example

White with #61203A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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