Html Css Color HEX #700F3C Pompadour

📋 copy color: '#700F3C'

red 112 ◦ green 15 ◦ blue 60

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

Shades of Pompadour #700F3C

Tints of Pompadour #700F3C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.02%

 BLUE value IS 60 (23.83% from 255) = 32.09%

R = 59.89%
G = 8.02%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#700F3C (or 0x700F3C) is known color: Pompadour. HEX triplet: 70, 0F and 3C. RGB value is (112,15,60). Sum of RGB (Red+Green+Blue) = 112+15+60=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #700F3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700F3C is #8FF0C3. Grayscale: #313131. Windows color (decimal): -9433284 or 3936112. OLE color: 3936112.

HSL color Cylindrical-coordinate representation of color #700F3C: hue angle of 332.16º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #700F3C is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 15 60 -
CMYK 0 0.87 0.46 0.56
HSL 332.16º 0.76% 0.25% -
HSV(B) 332.16º 0.87% 0.44% -
XYZ 7.67 4.11 4.66 -
YUV 49.13 134.14 172.84 -
System Red Green Blue C M Y K H S L
Decimal 112 15 60 0 0.87 0.46 0.56 332.16 0.76 0.25
Hex 70 F 3C 0 57 2E 38 14C 4C 19
Octal 160 17 74 0 127 56 70 514 114 31
Binary 1110000 1111 111100 0 1010111 101110 111000 101001100 1001100 11001

Color Harmonies of #700F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700F3C

Black with #700F3C

Text Example


Text Example

White with #700F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700F3C; }

 p { color: rgb(112,15,60); }

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

background-color css

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

 a { background-color: rgb(112,15,60); }

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

border-color css

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

 span { border-color: rgb(112,15,60); }

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