Html Css Color HEX #611943 Pompadour

📋 copy color: '#611943'

red 97 ◦ green 25 ◦ blue 67

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

Shades of Pompadour #611943

Tints of Pompadour #611943

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.23%

 BLUE value IS 67 (26.56% from 255) = 35.45%

R = 51.32%
G = 13.23%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#611943 (or 0x611943) is known color: Pompadour. HEX triplet: 61, 19 and 43. RGB value is (97,25,67). Sum of RGB (Red+Green+Blue) = 97+25+67=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 67 (26.56% from 255 or 35.45% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #611943 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611943 is #9EE6BC. Grayscale: #333333. Windows color (decimal): -10413757 or 4397409. OLE color: 4397409.

HSL color Cylindrical-coordinate representation of color #611943: hue angle of 325º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #611943 is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 25 67 -
CMYK 0 0.74 0.31 0.62
HSL 325º 0.59% 0.24% -
HSV(B) 325º 0.74% 0.38% -
XYZ 6.29 3.64 5.68 -
YUV 51.32 136.85 160.58 -
System Red Green Blue C M Y K H S L
Decimal 97 25 67 0 0.74 0.31 0.62 325 0.59 0.24
Hex 61 19 43 0 4A 1F 3E 145 3B 18
Octal 141 31 103 0 112 37 76 505 73 30
Binary 1100001 11001 1000011 0 1001010 11111 111110 101000101 111011 11000

Color Harmonies of #611943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611943

Black with #611943

Text Example


Text Example

White with #611943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611943; }

 p { color: rgb(97,25,67); }

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

background-color css

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

 a { background-color: rgb(97,25,67); }

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

border-color css

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

 span { border-color: rgb(97,25,67); }

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