Html Css Color HEX #703A3A Sanguine Brown

📋 copy color: '#703A3A'

red 112 ◦ green 58 ◦ blue 58

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

Shades of Sanguine Brown #703A3A

Tints of Sanguine Brown #703A3A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.44%

 BLUE value IS 58 (23.05% from 255) = 25.44%

R = 49.12%
G = 25.44%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#703A3A (or 0x703A3A) is known color: Sanguine Brown. HEX triplet: 70, 3A and 3A. RGB value is (112,58,58). Sum of RGB (Red+Green+Blue) = 112+58+58=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #703A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703A3A is #8FC5C5. Grayscale: #4A4A4A. Windows color (decimal): -9422278 or 3816048. OLE color: 3816048.

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

Color convert

RGB 112 58 58 -
CMYK 0 0.48 0.48 0.56
HSL 0.32% 0.33% -
HSV(B) 0.48% 0.44% -
XYZ 8.96 6.78 4.84 -
YUV 74.15 118.89 155 -
System Red Green Blue C M Y K H S L
Decimal 112 58 58 0 0.48 0.48 0.56 0 0.32 0.33
Hex 70 3A 3A 0 30 30 38 0 20 21
Octal 160 72 72 0 60 60 70 0 40 41
Binary 1110000 111010 111010 0 110000 110000 111000 0 100000 100001

Color Harmonies of #703A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703A3A

Black with #703A3A

Text Example


Text Example

White with #703A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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