Html Css Color HEX #731C3C Pompadour

📋 copy color: '#731C3C'

red 115 ◦ green 28 ◦ blue 60

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

Shades of Pompadour #731C3C

Tints of Pompadour #731C3C

RGB

 RED value IS 115 (45.31% from 255) = 56.65%

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

 BLUE value IS 60 (23.83% from 255) = 29.56%

R = 56.65%
G = 13.79%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#731C3C (or 0x731C3C) is known color: Pompadour. HEX triplet: 73, 1C and 3C. RGB value is (115,28,60). Sum of RGB (Red+Green+Blue) = 115+28+60=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #731C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731C3C is #8CE3C3. Grayscale: #393939. Windows color (decimal): -9233348 or 3939443. OLE color: 3939443.

HSL color Cylindrical-coordinate representation of color #731C3C: hue angle of 337.93º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #731C3C is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 28 60 -
CMYK 0 0.76 0.48 0.55
HSL 337.93º 0.61% 0.28% -
HSV(B) 337.93º 0.76% 0.45% -
XYZ 8.3 4.8 4.76 -
YUV 57.66 129.32 168.9 -
System Red Green Blue C M Y K H S L
Decimal 115 28 60 0 0.76 0.48 0.55 337.93 0.61 0.28
Hex 73 1C 3C 0 4C 30 37 152 3D 1C
Octal 163 34 74 0 114 60 67 522 75 34
Binary 1110011 11100 111100 0 1001100 110000 110111 101010010 111101 11100

Color Harmonies of #731C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731C3C

Black with #731C3C

Text Example


Text Example

White with #731C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731C3C; }

 p { color: rgb(115,28,60); }

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

background-color css

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

 a { background-color: rgb(115,28,60); }

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

border-color css

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

 span { border-color: rgb(115,28,60); }

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