Html Css Color HEX #703232 Sanguine Brown

📋 copy color: '#703232'

red 112 ◦ green 50 ◦ blue 50

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

Shades of Sanguine Brown #703232

Tints of Sanguine Brown #703232

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.58%

 BLUE value IS 50 (19.92% from 255) = 23.58%

R = 52.83%
G = 23.58%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#703232 (or 0x703232) is known color: Sanguine Brown. HEX triplet: 70, 32 and 32. RGB value is (112,50,50). Sum of RGB (Red+Green+Blue) = 112+50+50=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #703232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703232 is #8FCDCD. Grayscale: #444444. Windows color (decimal): -9424334 or 3289712. OLE color: 3289712.

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

Color convert

RGB 112 50 50 -
CMYK 0 0.55 0.55 0.56
HSL 0.38% 0.32% -
HSV(B) 0.55% 0.44% -
XYZ 8.4 5.96 3.72 -
YUV 68.54 117.54 159 -
System Red Green Blue C M Y K H S L
Decimal 112 50 50 0 0.55 0.55 0.56 0 0.38 0.32
Hex 70 32 32 0 37 37 38 0 26 20
Octal 160 62 62 0 67 67 70 0 46 40
Binary 1110000 110010 110010 0 110111 110111 111000 0 100110 100000

Color Harmonies of #703232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703232

Black with #703232

Text Example


Text Example

White with #703232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703232; }

 p { color: rgb(112,50,50); }

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

background-color css

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

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

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

border-color css

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

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

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