Html Css Color HEX #751A3C Pompadour

📋 copy color: '#751A3C'

red 117 ◦ green 26 ◦ blue 60

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

Shades of Pompadour #751A3C

Tints of Pompadour #751A3C

RGB

 RED value IS 117 (46.09% from 255) = 57.64%

 GREEN value IS 26 (10.55% from 255) = 12.81%

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

R = 57.64%
G = 12.81%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#751A3C (or 0x751A3C) is known color: Pompadour. HEX triplet: 75, 1A and 3C. RGB value is (117,26,60). Sum of RGB (Red+Green+Blue) = 117+26+60=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #751A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751A3C is #8AE5C3. Grayscale: #393939. Windows color (decimal): -9102788 or 3938933. OLE color: 3938933.

HSL color Cylindrical-coordinate representation of color #751A3C: hue angle of 337.58º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #751A3C is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 26 60 -
CMYK 0 0.78 0.49 0.54
HSL 337.58º 0.64% 0.28% -
HSV(B) 337.58º 0.78% 0.46% -
XYZ 8.52 4.85 4.76 -
YUV 57.09 129.65 170.74 -
System Red Green Blue C M Y K H S L
Decimal 117 26 60 0 0.78 0.49 0.54 337.58 0.64 0.28
Hex 75 1A 3C 0 4E 31 36 152 40 1C
Octal 165 32 74 0 116 61 66 522 100 34
Binary 1110101 11010 111100 0 1001110 110001 110110 101010010 1000000 11100

Color Harmonies of #751A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751A3C

Black with #751A3C

Text Example


Text Example

White with #751A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751A3C; }

 p { color: rgb(117,26,60); }

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

background-color css

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

 a { background-color: rgb(117,26,60); }

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

border-color css

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

 span { border-color: rgb(117,26,60); }

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