Html Css Color HEX #611C44 Pompadour

📋 copy color: '#611C44'

red 97 ◦ green 28 ◦ blue 68

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

Shades of Pompadour #611C44

Tints of Pompadour #611C44

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.51%

 BLUE value IS 68 (26.95% from 255) = 35.23%

R = 50.26%
G = 14.51%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#611C44 (or 0x611C44) is known color: Pompadour. HEX triplet: 61, 1C and 44. RGB value is (97,28,68). Sum of RGB (Red+Green+Blue) = 97+28+68=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 28 (11.33% from 255 or 14.51% from 193); Blue value is 68 (26.95% from 255 or 35.23% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #611C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611C44 is #9EE3BB. Grayscale: #353535. Windows color (decimal): -10412988 or 4463713. OLE color: 4463713.

HSL color Cylindrical-coordinate representation of color #611C44: hue angle of 325.22º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #611C44 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 28 68 -
CMYK 0 0.71 0.30 0.62
HSL 325.22º 0.55% 0.25% -
HSV(B) 325.22º 0.71% 0.38% -
XYZ 6.39 3.79 5.86 -
YUV 53.19 136.36 159.25 -
System Red Green Blue C M Y K H S L
Decimal 97 28 68 0 0.71 0.30 0.62 325.22 0.55 0.25
Hex 61 1C 44 0 47 1E 3E 145 37 19
Octal 141 34 104 0 107 36 76 505 67 31
Binary 1100001 11100 1000100 0 1000111 11110 111110 101000101 110111 11001

Color Harmonies of #611C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611C44

Black with #611C44

Text Example


Text Example

White with #611C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611C44; }

 p { color: rgb(97,28,68); }

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

background-color css

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

 a { background-color: rgb(97,28,68); }

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

border-color css

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

 span { border-color: rgb(97,28,68); }

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