Html Css Color HEX #700F3B Pompadour

📋 copy color: '#700F3B'

red 112 ◦ green 15 ◦ blue 59

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

Shades of Pompadour #700F3B

Tints of Pompadour #700F3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 31.72%

R = 60.22%
G = 8.06%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#700F3B (or 0x700F3B) is known color: Pompadour. HEX triplet: 70, 0F and 3B. RGB value is (112,15,59). Sum of RGB (Red+Green+Blue) = 112+15+59=186 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.22% from 186); Green value is 15 (6.25% from 255 or 8.06% from 186); Blue value is 59 (23.44% from 255 or 31.72% from 186); Max value from RGB is 112 - color contains mainly: red. Hex color #700F3B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700F3B is #8FF0C4. Grayscale: #303030. Windows color (decimal): -9433285 or 3870576. OLE color: 3870576.

HSL color Cylindrical-coordinate representation of color #700F3B: hue angle of 332.78º 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 #700F3B is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 15 59 -
CMYK 0 0.87 0.47 0.56
HSL 332.78º 0.76% 0.25% -
HSV(B) 332.78º 0.87% 0.44% -
XYZ 7.64 4.1 4.53 -
YUV 49.02 133.64 172.92 -
System Red Green Blue C M Y K H S L
Decimal 112 15 59 0 0.87 0.47 0.56 332.78 0.76 0.25
Hex 70 F 3B 0 57 2F 38 14D 4C 19
Octal 160 17 73 0 127 57 70 515 114 31
Binary 1110000 1111 111011 0 1010111 101111 111000 101001101 1001100 11001

Color Harmonies of #700F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700F3B

Black with #700F3B

Text Example


Text Example

White with #700F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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