Html Css Color HEX #703B3F Tosca

📋 copy color: '#703B3F'

red 112 ◦ green 59 ◦ blue 63

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

Shades of Tosca #703B3F

Tints of Tosca #703B3F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.21%

 BLUE value IS 63 (25% from 255) = 26.92%

R = 47.86%
G = 25.21%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#703B3F (or 0x703B3F) is known color: Tosca. HEX triplet: 70, 3B and 3F. RGB value is (112,59,63). Sum of RGB (Red+Green+Blue) = 112+59+63=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 59 (23.44% from 255 or 25.21% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #703B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703B3F is #8FC4C0. Grayscale: #4B4B4B. Windows color (decimal): -9422017 or 4143984. OLE color: 4143984.

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

Color convert

RGB 112 59 63 -
CMYK 0 0.47 0.44 0.56
HSL 355.47º 0.31% 0.34% -
HSV(B) 355.47º 0.47% 0.44% -
XYZ 9.14 6.93 5.56 -
YUV 75.3 121.06 154.17 -
System Red Green Blue C M Y K H S L
Decimal 112 59 63 0 0.47 0.44 0.56 355.47 0.31 0.34
Hex 70 3B 3F 0 2F 2C 38 163 1F 22
Octal 160 73 77 0 57 54 70 543 37 42
Binary 1110000 111011 111111 0 101111 101100 111000 101100011 11111 100010

Color Harmonies of #703B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703B3F

Black with #703B3F

Text Example


Text Example

White with #703B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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