Html Css Color HEX #7B153F Pompadour

📋 copy color: '#7B153F'

red 123 ◦ green 21 ◦ blue 63

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

Shades of Pompadour #7B153F

Tints of Pompadour #7B153F

RGB

 RED value IS 123 (48.44% from 255) = 59.42%

 GREEN value IS 21 (8.59% from 255) = 10.14%

 BLUE value IS 63 (25% from 255) = 30.43%

R = 59.42%
G = 10.14%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.52

RGB Variations

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

Color information

#7B153F (or 0x7B153F) is known color: Pompadour. HEX triplet: 7B, 15 and 3F. RGB value is (123,21,63). Sum of RGB (Red+Green+Blue) = 123+21+63=207 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.42% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 123 - color contains mainly: red. Hex color #7B153F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B153F is #84EAC0. Grayscale: #383838. Windows color (decimal): -8710849 or 4134267. OLE color: 4134267.

HSL color Cylindrical-coordinate representation of color #7B153F: hue angle of 335.29º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7B153F is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 21 63 -
CMYK 0 0.83 0.49 0.52
HSL 335.29º 0.71% 0.28% -
HSV(B) 335.29º 0.83% 0.48% -
XYZ 9.33 5.11 5.2 -
YUV 56.29 131.79 175.58 -
System Red Green Blue C M Y K H S L
Decimal 123 21 63 0 0.83 0.49 0.52 335.29 0.71 0.28
Hex 7B 15 3F 0 53 31 34 14F 47 1C
Octal 173 25 77 0 123 61 64 517 107 34
Binary 1111011 10101 111111 0 1010011 110001 110100 101001111 1000111 11100

Color Harmonies of #7B153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B153F

Black with #7B153F

Text Example


Text Example

White with #7B153F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,21,63); }

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

background-color css

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

 a { background-color: rgb(123,21,63); }

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

border-color css

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

 span { border-color: rgb(123,21,63); }

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