Html Css Color HEX #7E184B Pompadour

📋 copy color: '#7E184B'

red 126 ◦ green 24 ◦ blue 75

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

Shades of Pompadour #7E184B

Tints of Pompadour #7E184B

RGB

 RED value IS 126 (49.61% from 255) = 56%

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

 BLUE value IS 75 (29.69% from 255) = 33.33%

R = 56%
G = 10.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#7E184B (or 0x7E184B) is known color: Pompadour. HEX triplet: 7E, 18 and 4B. RGB value is (126,24,75). Sum of RGB (Red+Green+Blue) = 126+24+75=225 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 126 - color contains mainly: red. Hex color #7E184B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E184B is #81E7B4. Grayscale: #3C3C3C. Windows color (decimal): -8513461 or 4921470. OLE color: 4921470.

HSL color Cylindrical-coordinate representation of color #7E184B: hue angle of 330º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7E184B is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 24 75 -
CMYK 0 0.81 0.40 0.51
HSL 330º 0.68% 0.29% -
HSV(B) 330º 0.81% 0.49% -
XYZ 10.2 5.6 7.2 -
YUV 60.31 136.29 174.85 -
System Red Green Blue C M Y K H S L
Decimal 126 24 75 0 0.81 0.40 0.51 330 0.68 0.29
Hex 7E 18 4B 0 51 28 33 14A 44 1D
Octal 176 30 113 0 121 50 63 512 104 35
Binary 1111110 11000 1001011 0 1010001 101000 110011 101001010 1000100 11101

Color Harmonies of #7E184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E184B

Black with #7E184B

Text Example


Text Example

White with #7E184B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E184B; }

 p { color: rgb(126,24,75); }

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

background-color css

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

 a { background-color: rgb(126,24,75); }

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

border-color css

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

 span { border-color: rgb(126,24,75); }

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