Html Css Color HEX #702340 Pompadour

📋 copy color: '#702340'

red 112 ◦ green 35 ◦ blue 64

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

Shades of Pompadour #702340

Tints of Pompadour #702340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 30.33%

R = 53.08%
G = 16.59%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#702340 (or 0x702340) is known color: Pompadour. HEX triplet: 70, 23 and 40. RGB value is (112,35,64). Sum of RGB (Red+Green+Blue) = 112+35+64=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #702340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702340 is #8FDCBF. Grayscale: #3D3D3D. Windows color (decimal): -9428160 or 4203376. OLE color: 4203376.

HSL color Cylindrical-coordinate representation of color #702340: hue angle of 337.4º 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 #702340 is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 35 64 -
CMYK 0 0.69 0.43 0.56
HSL 337.4º 0.52% 0.29% -
HSV(B) 337.4º 0.69% 0.44% -
XYZ 8.21 5.02 5.39 -
YUV 61.33 129.51 164.14 -
System Red Green Blue C M Y K H S L
Decimal 112 35 64 0 0.69 0.43 0.56 337.4 0.52 0.29
Hex 70 23 40 0 45 2B 38 151 34 1D
Octal 160 43 100 0 105 53 70 521 64 35
Binary 1110000 100011 1000000 0 1000101 101011 111000 101010001 110100 11101

Color Harmonies of #702340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702340

Black with #702340

Text Example


Text Example

White with #702340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702340; }

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

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

background-color css

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

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

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

border-color css

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

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

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