Html Css Color HEX #7C183D Pompadour

📋 copy color: '#7C183D'

red 124 ◦ green 24 ◦ blue 61

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

Shades of Pompadour #7C183D

Tints of Pompadour #7C183D

RGB

 RED value IS 124 (48.83% from 255) = 59.33%

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

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

R = 59.33%
G = 11.48%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7C183D (or 0x7C183D) is known color: Pompadour. HEX triplet: 7C, 18 and 3D. RGB value is (124,24,61). Sum of RGB (Red+Green+Blue) = 124+24+61=209 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.33% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 124 - color contains mainly: red. Hex color #7C183D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C183D is #83E7C2. Grayscale: #3A3A3A. Windows color (decimal): -8644547 or 4003964. OLE color: 4003964.

HSL color Cylindrical-coordinate representation of color #7C183D: hue angle of 337.8º 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 #7C183D is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 24 61 -
CMYK 0 0.81 0.51 0.51
HSL 337.8º 0.68% 0.29% -
HSV(B) 337.8º 0.81% 0.49% -
XYZ 9.48 5.28 4.93 -
YUV 58.12 129.63 174.99 -
System Red Green Blue C M Y K H S L
Decimal 124 24 61 0 0.81 0.51 0.51 337.8 0.68 0.29
Hex 7C 18 3D 0 51 33 33 152 44 1D
Octal 174 30 75 0 121 63 63 522 104 35
Binary 1111100 11000 111101 0 1010001 110011 110011 101010010 1000100 11101

Color Harmonies of #7C183D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C183D

Black with #7C183D

Text Example


Text Example

White with #7C183D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,24,61); }

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

background-color css

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

 a { background-color: rgb(124,24,61); }

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

border-color css

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

 span { border-color: rgb(124,24,61); }

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