Html Css Color HEX #701238 Pompadour

📋 copy color: '#701238'

red 112 ◦ green 18 ◦ blue 56

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

Shades of Pompadour #701238

Tints of Pompadour #701238

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.68%

 BLUE value IS 56 (22.27% from 255) = 30.11%

R = 60.22%
G = 9.68%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#701238 (or 0x701238) is known color: Pompadour. HEX triplet: 70, 12 and 38. RGB value is (112,18,56). Sum of RGB (Red+Green+Blue) = 112+18+56=186 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.22% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 56 (22.27% from 255 or 30.11% from 186); Max value from RGB is 112 - color contains mainly: red. Hex color #701238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701238 is #8FEDC7. Grayscale: #323232. Windows color (decimal): -9432520 or 3674736. OLE color: 3674736.

HSL color Cylindrical-coordinate representation of color #701238: hue angle of 335.74º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701238 is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 18 56 -
CMYK 0 0.84 0.50 0.56
HSL 335.74º 0.72% 0.25% -
HSV(B) 335.74º 0.84% 0.44% -
XYZ 7.61 4.16 4.14 -
YUV 50.44 131.14 171.91 -
System Red Green Blue C M Y K H S L
Decimal 112 18 56 0 0.84 0.50 0.56 335.74 0.72 0.25
Hex 70 12 38 0 54 32 38 150 48 19
Octal 160 22 70 0 124 62 70 520 110 31
Binary 1110000 10010 111000 0 1010100 110010 111000 101010000 1001000 11001

Color Harmonies of #701238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701238

Black with #701238

Text Example


Text Example

White with #701238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701238; }

 p { color: rgb(112,18,56); }

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

background-color css

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

 a { background-color: rgb(112,18,56); }

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

border-color css

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

 span { border-color: rgb(112,18,56); }

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