Html Css Color HEX #702743 Pompadour

📋 copy color: '#702743'

red 112 ◦ green 39 ◦ blue 67

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

Shades of Pompadour #702743

Tints of Pompadour #702743

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.89%

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

R = 51.38%
G = 17.89%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#702743 (or 0x702743) is known color: Pompadour. HEX triplet: 70, 27 and 43. RGB value is (112,39,67). Sum of RGB (Red+Green+Blue) = 112+39+67=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 67 (26.56% from 255 or 30.73% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #702743 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702743 is #8FD8BC. Grayscale: #3F3F3F. Windows color (decimal): -9427133 or 4401008. OLE color: 4401008.

HSL color Cylindrical-coordinate representation of color #702743: hue angle of 336.99º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #702743 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 39 67 -
CMYK 0 0.65 0.40 0.56
HSL 336.99º 0.48% 0.3% -
HSV(B) 336.99º 0.65% 0.44% -
XYZ 8.42 5.3 5.89 -
YUV 64.02 129.68 162.22 -
System Red Green Blue C M Y K H S L
Decimal 112 39 67 0 0.65 0.40 0.56 336.99 0.48 0.3
Hex 70 27 43 0 41 28 38 151 30 1E
Octal 160 47 103 0 101 50 70 521 60 36
Binary 1110000 100111 1000011 0 1000001 101000 111000 101010001 110000 11110

Color Harmonies of #702743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702743

Black with #702743

Text Example


Text Example

White with #702743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702743; }

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

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

background-color css

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

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

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

border-color css

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

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

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