Html Css Color HEX #612C4B Pompadour

📋 copy color: '#612C4B'

red 97 ◦ green 44 ◦ blue 75

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

Shades of Pompadour #612C4B

Tints of Pompadour #612C4B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.37%

 BLUE value IS 75 (29.69% from 255) = 34.72%

R = 44.91%
G = 20.37%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#612C4B (or 0x612C4B) is known color: Pompadour. HEX triplet: 61, 2C and 4B. RGB value is (97,44,75). Sum of RGB (Red+Green+Blue) = 97+44+75=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 44 (17.58% from 255 or 20.37% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #612C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612C4B is #9ED3B4. Grayscale: #3F3F3F. Windows color (decimal): -10408885 or 4926561. OLE color: 4926561.

HSL color Cylindrical-coordinate representation of color #612C4B: hue angle of 324.91º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #612C4B is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 44 75 -
CMYK 0 0.55 0.23 0.62
HSL 324.91º 0.38% 0.28% -
HSV(B) 324.91º 0.55% 0.38% -
XYZ 7.1 4.85 7.22 -
YUV 63.38 134.56 151.98 -
System Red Green Blue C M Y K H S L
Decimal 97 44 75 0 0.55 0.23 0.62 324.91 0.38 0.28
Hex 61 2C 4B 0 37 17 3E 145 26 1C
Octal 141 54 113 0 67 27 76 505 46 34
Binary 1100001 101100 1001011 0 110111 10111 111110 101000101 100110 11100

Color Harmonies of #612C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612C4B

Black with #612C4B

Text Example


Text Example

White with #612C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612C4B; }

 p { color: rgb(97,44,75); }

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

background-color css

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

 a { background-color: rgb(97,44,75); }

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

border-color css

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

 span { border-color: rgb(97,44,75); }

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