Html Css Color HEX #702442 Pompadour

📋 copy color: '#702442'

red 112 ◦ green 36 ◦ blue 66

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

Shades of Pompadour #702442

Tints of Pompadour #702442

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.82%

 BLUE value IS 66 (26.17% from 255) = 30.84%

R = 52.34%
G = 16.82%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#702442 (or 0x702442) is known color: Pompadour. HEX triplet: 70, 24 and 42. RGB value is (112,36,66). Sum of RGB (Red+Green+Blue) = 112+36+66=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #702442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702442 is #8FDBBD. Grayscale: #3E3E3E. Windows color (decimal): -9427902 or 4334704. OLE color: 4334704.

HSL color Cylindrical-coordinate representation of color #702442: hue angle of 336.32º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #702442 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 36 66 -
CMYK 0 0.68 0.41 0.56
HSL 336.32º 0.51% 0.29% -
HSV(B) 336.32º 0.68% 0.44% -
XYZ 8.3 5.1 5.7 -
YUV 62.14 130.18 163.56 -
System Red Green Blue C M Y K H S L
Decimal 112 36 66 0 0.68 0.41 0.56 336.32 0.51 0.29
Hex 70 24 42 0 44 29 38 150 33 1D
Octal 160 44 102 0 104 51 70 520 63 35
Binary 1110000 100100 1000010 0 1000100 101001 111000 101010000 110011 11101

Color Harmonies of #702442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702442

Black with #702442

Text Example


Text Example

White with #702442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702442; }

 p { color: rgb(112,36,66); }

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

background-color css

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

 a { background-color: rgb(112,36,66); }

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

border-color css

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

 span { border-color: rgb(112,36,66); }

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