Html Css Color HEX #76203F Pompadour

📋 copy color: '#76203F'

red 118 ◦ green 32 ◦ blue 63

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

Shades of Pompadour #76203F

Tints of Pompadour #76203F

RGB

 RED value IS 118 (46.48% from 255) = 55.4%

 GREEN value IS 32 (12.89% from 255) = 15.02%

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

R = 55.4%
G = 15.02%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76203F (or 0x76203F) is known color: Pompadour. HEX triplet: 76, 20 and 3F. RGB value is (118,32,63). Sum of RGB (Red+Green+Blue) = 118+32+63=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #76203F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76203F is #89DFC0. Grayscale: #3D3D3D. Windows color (decimal): -9035713 or 4137078. OLE color: 4137078.

HSL color Cylindrical-coordinate representation of color #76203F: hue angle of 338.37º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #76203F is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 32 63 -
CMYK 0 0.73 0.47 0.54
HSL 338.37º 0.57% 0.29% -
HSV(B) 338.37º 0.73% 0.46% -
XYZ 8.88 5.24 5.25 -
YUV 61.25 128.99 168.48 -
System Red Green Blue C M Y K H S L
Decimal 118 32 63 0 0.73 0.47 0.54 338.37 0.57 0.29
Hex 76 20 3F 0 49 2F 36 152 39 1D
Octal 166 40 77 0 111 57 66 522 71 35
Binary 1110110 100000 111111 0 1001001 101111 110110 101010010 111001 11101

Color Harmonies of #76203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76203F

Black with #76203F

Text Example


Text Example

White with #76203F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76203F; }

 p { color: rgb(118,32,63); }

 H1.HeaderClassName
 {
   color: #76203F;
 }
 .AnyTagClassName
 {
   color: #76203F;
 }
</style>

background-color css

<style>
 a { background-color: #76203F; }

 a { background-color: rgb(118,32,63); }

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

border-color css

<style>
 span { border-color: #76203F; }

 span { border-color: rgb(118,32,63); }

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