Html Css Color HEX #751853 Pompadour

📋 copy color: '#751853'

red 117 ◦ green 24 ◦ blue 83

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

Shades of Pompadour #751853

Tints of Pompadour #751853

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.71%

 BLUE value IS 83 (32.81% from 255) = 37.05%

R = 52.23%
G = 10.71%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#751853 (or 0x751853) is known color: Pompadour. HEX triplet: 75, 18 and 53. RGB value is (117,24,83). Sum of RGB (Red+Green+Blue) = 117+24+83=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #751853 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751853 is #8AE7AC. Grayscale: #3A3A3A. Windows color (decimal): -9103277 or 5445749. OLE color: 5445749.

HSL color Cylindrical-coordinate representation of color #751853: hue angle of 321.94º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #751853 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 24 83 -
CMYK 0 0.79 0.29 0.54
HSL 321.94º 0.66% 0.28% -
HSV(B) 321.94º 0.79% 0.46% -
XYZ 9.22 5.06 8.67 -
YUV 58.53 141.81 169.7 -
System Red Green Blue C M Y K H S L
Decimal 117 24 83 0 0.79 0.29 0.54 321.94 0.66 0.28
Hex 75 18 53 0 4F 1D 36 142 42 1C
Octal 165 30 123 0 117 35 66 502 102 34
Binary 1110101 11000 1010011 0 1001111 11101 110110 101000010 1000010 11100

Color Harmonies of #751853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751853

Black with #751853

Text Example


Text Example

White with #751853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751853; }

 p { color: rgb(117,24,83); }

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

background-color css

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

 a { background-color: rgb(117,24,83); }

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

border-color css

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

 span { border-color: rgb(117,24,83); }

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