Html Css Color HEX #70183D Pompadour

📋 copy color: '#70183D'

red 112 ◦ green 24 ◦ blue 61

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

Shades of Pompadour #70183D

Tints of Pompadour #70183D

RGB

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

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

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

R = 56.85%
G = 12.18%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#70183D (or 0x70183D) is known color: Pompadour. HEX triplet: 70, 18 and 3D. RGB value is (112,24,61). Sum of RGB (Red+Green+Blue) = 112+24+61=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #70183D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70183D is #8FE7C2. Grayscale: #363636. Windows color (decimal): -9430979 or 4003952. OLE color: 4003952.

HSL color Cylindrical-coordinate representation of color #70183D: hue angle of 334.77º 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 #70183D is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 24 61 -
CMYK 0 0.79 0.46 0.56
HSL 334.77º 0.65% 0.27% -
HSV(B) 334.77º 0.79% 0.44% -
XYZ 7.85 4.43 4.86 -
YUV 54.53 131.65 168.99 -
System Red Green Blue C M Y K H S L
Decimal 112 24 61 0 0.79 0.46 0.56 334.77 0.65 0.27
Hex 70 18 3D 0 4F 2E 38 14F 41 1B
Octal 160 30 75 0 117 56 70 517 101 33
Binary 1110000 11000 111101 0 1001111 101110 111000 101001111 1000001 11011

Color Harmonies of #70183D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70183D

Black with #70183D

Text Example


Text Example

White with #70183D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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