Html Css Color HEX #70183F Pompadour

📋 copy color: '#70183F'

red 112 ◦ green 24 ◦ blue 63

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

Shades of Pompadour #70183F

Tints of Pompadour #70183F

RGB

 RED value IS 112 (44.14% from 255) = 56.28%

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

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

R = 56.28%
G = 12.06%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#70183F (or 0x70183F) is known color: Pompadour. HEX triplet: 70, 18 and 3F. RGB value is (112,24,63). Sum of RGB (Red+Green+Blue) = 112+24+63=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #70183F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70183F is #8FE7C0. Grayscale: #363636. Windows color (decimal): -9430977 or 4135024. OLE color: 4135024.

HSL color Cylindrical-coordinate representation of color #70183F: hue angle of 333.41º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #70183F is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 24 63 -
CMYK 0 0.79 0.44 0.56
HSL 333.41º 0.65% 0.27% -
HSV(B) 333.41º 0.79% 0.44% -
XYZ 7.91 4.46 5.15 -
YUV 54.76 132.65 168.83 -
System Red Green Blue C M Y K H S L
Decimal 112 24 63 0 0.79 0.44 0.56 333.41 0.65 0.27
Hex 70 18 3F 0 4F 2C 38 14D 41 1B
Octal 160 30 77 0 117 54 70 515 101 33
Binary 1110000 11000 111111 0 1001111 101100 111000 101001101 1000001 11011

Color Harmonies of #70183F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70183F

Black with #70183F

Text Example


Text Example

White with #70183F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,24,63); }

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

background-color css

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

 a { background-color: rgb(112,24,63); }

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

border-color css

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

 span { border-color: rgb(112,24,63); }

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