Html Css Color HEX #70203F Pompadour

📋 copy color: '#70203F'

red 112 ◦ green 32 ◦ blue 63

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

Shades of Pompadour #70203F

Tints of Pompadour #70203F

RGB

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

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

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

R = 54.11%
G = 15.46%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#70203F (or 0x70203F) is known color: Pompadour. HEX triplet: 70, 20 and 3F. RGB value is (112,32,63). Sum of RGB (Red+Green+Blue) = 112+32+63=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #70203F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70203F is #8FDFC0. Grayscale: #3B3B3B. Windows color (decimal): -9428929 or 4137072. OLE color: 4137072.

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

Color convert

RGB 112 32 63 -
CMYK 0 0.71 0.44 0.56
HSL 336.75º 0.56% 0.28% -
HSV(B) 336.75º 0.71% 0.44% -
XYZ 8.1 4.84 5.21 -
YUV 59.45 130 165.48 -
System Red Green Blue C M Y K H S L
Decimal 112 32 63 0 0.71 0.44 0.56 336.75 0.56 0.28
Hex 70 20 3F 0 47 2C 38 151 38 1C
Octal 160 40 77 0 107 54 70 521 70 34
Binary 1110000 100000 111111 0 1000111 101100 111000 101010001 111000 11100

Color Harmonies of #70203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70203F

Black with #70203F

Text Example


Text Example

White with #70203F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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