Html Css Color HEX #703332 Sanguine Brown

📋 copy color: '#703332'

red 112 ◦ green 51 ◦ blue 50

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

Shades of Sanguine Brown #703332

Tints of Sanguine Brown #703332

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.94%

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

R = 52.58%
G = 23.94%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#703332 (or 0x703332) is known color: Sanguine Brown. HEX triplet: 70, 33 and 32. RGB value is (112,51,50). Sum of RGB (Red+Green+Blue) = 112+51+50=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #703332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703332 is #8FCCCD. Grayscale: #454545. Windows color (decimal): -9424078 or 3289968. OLE color: 3289968.

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

Color convert

RGB 112 51 50 -
CMYK 0 0.54 0.55 0.56
HSL 0.97º 0.38% 0.32% -
HSV(B) 0.97º 0.55% 0.44% -
XYZ 8.44 6.04 3.74 -
YUV 69.13 117.21 158.58 -
System Red Green Blue C M Y K H S L
Decimal 112 51 50 0 0.54 0.55 0.56 0.97 0.38 0.32
Hex 70 33 32 0 36 37 38 1 26 20
Octal 160 63 62 0 66 67 70 1 46 40
Binary 1110000 110011 110010 0 110110 110111 111000 1 100110 100000

Color Harmonies of #703332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703332

Black with #703332

Text Example


Text Example

White with #703332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703332; }

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

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

background-color css

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

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

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

border-color css

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

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

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