Html Css Color HEX #703535 Sanguine Brown

📋 copy color: '#703535'

red 112 ◦ green 53 ◦ blue 53

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

Shades of Sanguine Brown #703535

Tints of Sanguine Brown #703535

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.31%

 BLUE value IS 53 (21.09% from 255) = 24.31%

R = 51.38%
G = 24.31%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#703535 (or 0x703535) is known color: Sanguine Brown. HEX triplet: 70, 35 and 35. RGB value is (112,53,53). Sum of RGB (Red+Green+Blue) = 112+53+53=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #703535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703535 is #8FCACA. Grayscale: #464646. Windows color (decimal): -9423563 or 3487088. OLE color: 3487088.

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

Color convert

RGB 112 53 53 -
CMYK 0 0.53 0.53 0.56
HSL 0.36% 0.32% -
HSV(B) 0.53% 0.44% -
XYZ 8.6 6.25 4.12 -
YUV 70.64 118.05 157.5 -
System Red Green Blue C M Y K H S L
Decimal 112 53 53 0 0.53 0.53 0.56 0 0.36 0.32
Hex 70 35 35 0 35 35 38 0 24 20
Octal 160 65 65 0 65 65 70 0 44 40
Binary 1110000 110101 110101 0 110101 110101 111000 0 100100 100000

Color Harmonies of #703535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703535

Black with #703535

Text Example


Text Example

White with #703535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703535; }

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

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

background-color css

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

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

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

border-color css

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

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

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