Html Css Color HEX #74203F Pompadour

📋 copy color: '#74203F'

red 116 ◦ green 32 ◦ blue 63

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

Shades of Pompadour #74203F

Tints of Pompadour #74203F

RGB

 RED value IS 116 (45.7% from 255) = 54.98%

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

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

R = 54.98%
G = 15.17%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#74203F (or 0x74203F) is known color: Pompadour. HEX triplet: 74, 20 and 3F. RGB value is (116,32,63). Sum of RGB (Red+Green+Blue) = 116+32+63=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #74203F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74203F is #8BDFC0. Grayscale: #3C3C3C. Windows color (decimal): -9166785 or 4137076. OLE color: 4137076.

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

Color convert

RGB 116 32 63 -
CMYK 0 0.72 0.46 0.55
HSL 337.86º 0.57% 0.29% -
HSV(B) 337.86º 0.72% 0.45% -
XYZ 8.62 5.1 5.23 -
YUV 60.65 129.33 167.48 -
System Red Green Blue C M Y K H S L
Decimal 116 32 63 0 0.72 0.46 0.55 337.86 0.57 0.29
Hex 74 20 3F 0 48 2E 37 152 39 1D
Octal 164 40 77 0 110 56 67 522 71 35
Binary 1110100 100000 111111 0 1001000 101110 110111 101010010 111001 11101

Color Harmonies of #74203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74203F

Black with #74203F

Text Example


Text Example

White with #74203F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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