Html Css Color HEX #702343 Pompadour

📋 copy color: '#702343'

red 112 ◦ green 35 ◦ blue 67

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

Shades of Pompadour #702343

Tints of Pompadour #702343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 31.31%

R = 52.34%
G = 16.36%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#702343 (or 0x702343) is known color: Pompadour. HEX triplet: 70, 23 and 43. RGB value is (112,35,67). Sum of RGB (Red+Green+Blue) = 112+35+67=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 67 (26.56% from 255 or 31.31% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #702343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702343 is #8FDCBC. Grayscale: #3D3D3D. Windows color (decimal): -9428157 or 4399984. OLE color: 4399984.

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

Color convert

RGB 112 35 67 -
CMYK 0 0.69 0.40 0.56
HSL 335.06º 0.52% 0.29% -
HSV(B) 335.06º 0.69% 0.44% -
XYZ 8.3 5.05 5.85 -
YUV 61.67 131.01 163.9 -
System Red Green Blue C M Y K H S L
Decimal 112 35 67 0 0.69 0.40 0.56 335.06 0.52 0.29
Hex 70 23 43 0 45 28 38 14F 34 1D
Octal 160 43 103 0 105 50 70 517 64 35
Binary 1110000 100011 1000011 0 1000101 101000 111000 101001111 110100 11101

Color Harmonies of #702343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702343

Black with #702343

Text Example


Text Example

White with #702343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702343; }

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

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

background-color css

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

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

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

border-color css

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

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

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