Html Css Color HEX #713333 Sanguine Brown

📋 copy color: '#713333'

red 113 ◦ green 51 ◦ blue 51

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

Shades of Sanguine Brown #713333

Tints of Sanguine Brown #713333

RGB

 RED value IS 113 (44.53% from 255) = 52.56%

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

 BLUE value IS 51 (20.31% from 255) = 23.72%

R = 52.56%
G = 23.72%
B = 23.72%

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

#713333 (or 0x713333) is known color: Sanguine Brown. HEX triplet: 71, 33 and 33. RGB value is (113,51,51). Sum of RGB (Red+Green+Blue) = 113+51+51=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #713333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713333 is #8ECCCC. Grayscale: #454545. Windows color (decimal): -9358541 or 3355505. OLE color: 3355505.

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

Color convert

RGB 113 51 51 -
CMYK 0 0.55 0.55 0.56
HSL 0.38% 0.32% -
HSV(B) 0.55% 0.44% -
XYZ 8.59 6.12 3.86 -
YUV 69.54 117.54 159 -
System Red Green Blue C M Y K H S L
Decimal 113 51 51 0 0.55 0.55 0.56 0 0.38 0.32
Hex 71 33 33 0 37 37 38 0 26 20
Octal 161 63 63 0 67 67 70 0 46 40
Binary 1110001 110011 110011 0 110111 110111 111000 0 100110 100000

Color Harmonies of #713333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713333

Black with #713333

Text Example


Text Example

White with #713333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713333; }

 p { color: rgb(113,51,51); }

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

background-color css

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

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

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

border-color css

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

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

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