Html Css Color HEX #7D0F3A Pompadour

📋 copy color: '#7D0F3A'

red 125 ◦ green 15 ◦ blue 58

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

Shades of Pompadour #7D0F3A

Tints of Pompadour #7D0F3A

RGB

 RED value IS 125 (49.22% from 255) = 63.13%

 GREEN value IS 15 (6.25% from 255) = 7.58%

 BLUE value IS 58 (23.05% from 255) = 29.29%

R = 63.13%
G = 7.58%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#7D0F3A (or 0x7D0F3A) is known color: Pompadour. HEX triplet: 7D, 0F and 3A. RGB value is (125,15,58). Sum of RGB (Red+Green+Blue) = 125+15+58=198 (26% of max value = 765). Red value is 125 (49.22% from 255 or 63.13% from 198); Green value is 15 (6.25% from 255 or 7.58% from 198); Blue value is 58 (23.05% from 255 or 29.29% from 198); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0F3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0F3A is #82F0C5. Grayscale: #343434. Windows color (decimal): -8581318 or 3805053. OLE color: 3805053.

HSL color Cylindrical-coordinate representation of color #7D0F3A: hue angle of 336.55º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D0F3A is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 15 58 -
CMYK 0 0.88 0.54 0.51
HSL 336.55º 0.79% 0.27% -
HSV(B) 336.55º 0.88% 0.49% -
XYZ 9.39 5.01 4.47 -
YUV 52.79 130.94 179.5 -
System Red Green Blue C M Y K H S L
Decimal 125 15 58 0 0.88 0.54 0.51 336.55 0.79 0.27
Hex 7D F 3A 0 58 36 33 151 4F 1B
Octal 175 17 72 0 130 66 63 521 117 33
Binary 1111101 1111 111010 0 1011000 110110 110011 101010001 1001111 11011

Color Harmonies of #7D0F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0F3A

Black with #7D0F3A

Text Example


Text Example

White with #7D0F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,15,58); }

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

background-color css

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

 a { background-color: rgb(125,15,58); }

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

border-color css

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

 span { border-color: rgb(125,15,58); }

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