Html Css Color HEX #702344 Pompadour

📋 copy color: '#702344'

red 112 ◦ green 35 ◦ blue 68

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

Shades of Pompadour #702344

Tints of Pompadour #702344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 31.63%

R = 52.09%
G = 16.28%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#702344 (or 0x702344) is known color: Pompadour. HEX triplet: 70, 23 and 44. RGB value is (112,35,68). Sum of RGB (Red+Green+Blue) = 112+35+68=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #702344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702344 is #8FDCBB. Grayscale: #3D3D3D. Windows color (decimal): -9428156 or 4465520. OLE color: 4465520.

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

Color convert

RGB 112 35 68 -
CMYK 0 0.69 0.39 0.56
HSL 334.29º 0.52% 0.29% -
HSV(B) 334.29º 0.69% 0.44% -
XYZ 8.33 5.06 6.01 -
YUV 61.79 131.51 163.82 -
System Red Green Blue C M Y K H S L
Decimal 112 35 68 0 0.69 0.39 0.56 334.29 0.52 0.29
Hex 70 23 44 0 45 27 38 14E 34 1D
Octal 160 43 104 0 105 47 70 516 64 35
Binary 1110000 100011 1000100 0 1000101 100111 111000 101001110 110100 11101

Color Harmonies of #702344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702344

Black with #702344

Text Example


Text Example

White with #702344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702344; }

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

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

background-color css

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

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

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

border-color css

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

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

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