Html Css Color HEX #75123D Pompadour

📋 copy color: '#75123D'

red 117 ◦ green 18 ◦ blue 61

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

Shades of Pompadour #75123D

Tints of Pompadour #75123D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.18%

 BLUE value IS 61 (24.22% from 255) = 31.12%

R = 59.69%
G = 9.18%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#75123D (or 0x75123D) is known color: Pompadour. HEX triplet: 75, 12 and 3D. RGB value is (117,18,61). Sum of RGB (Red+Green+Blue) = 117+18+61=196 (25% of max value = 765). Red value is 117 (46.09% from 255 or 59.69% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 117 - color contains mainly: red. Hex color #75123D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75123D is #8AEDC2. Grayscale: #343434. Windows color (decimal): -9104835 or 4002421. OLE color: 4002421.

HSL color Cylindrical-coordinate representation of color #75123D: hue angle of 333.94º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75123D is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 18 61 -
CMYK 0 0.85 0.48 0.54
HSL 333.94º 0.73% 0.26% -
HSV(B) 333.94º 0.85% 0.46% -
XYZ 8.39 4.55 4.85 -
YUV 52.5 132.8 174 -
System Red Green Blue C M Y K H S L
Decimal 117 18 61 0 0.85 0.48 0.54 333.94 0.73 0.26
Hex 75 12 3D 0 55 30 36 14E 49 1A
Octal 165 22 75 0 125 60 66 516 111 32
Binary 1110101 10010 111101 0 1010101 110000 110110 101001110 1001001 11010

Color Harmonies of #75123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75123D

Black with #75123D

Text Example


Text Example

White with #75123D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75123D; }

 p { color: rgb(117,18,61); }

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

background-color css

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

 a { background-color: rgb(117,18,61); }

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

border-color css

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

 span { border-color: rgb(117,18,61); }

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