Html Css Color HEX #702342 Pompadour

📋 copy color: '#702342'

red 112 ◦ green 35 ◦ blue 66

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

Shades of Pompadour #702342

Tints of Pompadour #702342

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.43%

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

R = 52.58%
G = 16.43%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#702342 (or 0x702342) is known color: Pompadour. HEX triplet: 70, 23 and 42. RGB value is (112,35,66). Sum of RGB (Red+Green+Blue) = 112+35+66=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #702342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702342 is #8FDCBD. Grayscale: #3D3D3D. Windows color (decimal): -9428158 or 4334448. OLE color: 4334448.

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

Color convert

RGB 112 35 66 -
CMYK 0 0.69 0.41 0.56
HSL 335.84º 0.52% 0.29% -
HSV(B) 335.84º 0.69% 0.44% -
XYZ 8.27 5.04 5.69 -
YUV 61.56 130.51 163.98 -
System Red Green Blue C M Y K H S L
Decimal 112 35 66 0 0.69 0.41 0.56 335.84 0.52 0.29
Hex 70 23 42 0 45 29 38 150 34 1D
Octal 160 43 102 0 105 51 70 520 64 35
Binary 1110000 100011 1000010 0 1000101 101001 111000 101010000 110100 11101

Color Harmonies of #702342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702342

Black with #702342

Text Example


Text Example

White with #702342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702342; }

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

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

background-color css

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

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

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

border-color css

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

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

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