Html Css Color HEX #751A3D Pompadour

📋 copy color: '#751A3D'

red 117 ◦ green 26 ◦ blue 61

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

Shades of Pompadour #751A3D

Tints of Pompadour #751A3D

RGB

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

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

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

R = 57.35%
G = 12.75%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#751A3D (or 0x751A3D) is known color: Pompadour. HEX triplet: 75, 1A and 3D. RGB value is (117,26,61). Sum of RGB (Red+Green+Blue) = 117+26+61=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 26 (10.55% from 255 or 12.75% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #751A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751A3D is #8AE5C2. Grayscale: #393939. Windows color (decimal): -9102787 or 4004469. OLE color: 4004469.

HSL color Cylindrical-coordinate representation of color #751A3D: hue angle of 336.92º 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 #751A3D is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 26 61 -
CMYK 0 0.78 0.48 0.54
HSL 336.92º 0.64% 0.28% -
HSV(B) 336.92º 0.78% 0.46% -
XYZ 8.55 4.86 4.9 -
YUV 57.2 130.15 170.65 -
System Red Green Blue C M Y K H S L
Decimal 117 26 61 0 0.78 0.48 0.54 336.92 0.64 0.28
Hex 75 1A 3D 0 4E 30 36 151 40 1C
Octal 165 32 75 0 116 60 66 521 100 34
Binary 1110101 11010 111101 0 1001110 110000 110110 101010001 1000000 11100

Color Harmonies of #751A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751A3D

Black with #751A3D

Text Example


Text Example

White with #751A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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