Html Css Color HEX #71403F Sanguine Brown

📋 copy color: '#71403F'

red 113 ◦ green 64 ◦ blue 63

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

Shades of Sanguine Brown #71403F

Tints of Sanguine Brown #71403F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.67%

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

R = 47.08%
G = 26.67%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#71403F (or 0x71403F) is known color: Sanguine Brown. HEX triplet: 71, 40 and 3F. RGB value is (113,64,63). Sum of RGB (Red+Green+Blue) = 113+64+63=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #71403F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71403F is #8EBFC0. Grayscale: #4E4E4E. Windows color (decimal): -9355201 or 4145265. OLE color: 4145265.

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

Color convert

RGB 113 64 63 -
CMYK 0 0.43 0.44 0.56
HSL 1.2º 0.28% 0.35% -
HSV(B) 1.2º 0.44% 0.44% -
XYZ 9.54 7.54 5.65 -
YUV 78.54 119.23 152.58 -
System Red Green Blue C M Y K H S L
Decimal 113 64 63 0 0.43 0.44 0.56 1.2 0.28 0.35
Hex 71 40 3F 0 2B 2C 38 1 1C 23
Octal 161 100 77 0 53 54 70 1 34 43
Binary 1110001 1000000 111111 0 101011 101100 111000 1 11100 100011

Color Harmonies of #71403F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71403F

Black with #71403F

Text Example


Text Example

White with #71403F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71403F; }

 p { color: rgb(113,64,63); }

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

background-color css

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

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

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

border-color css

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

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

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