Html Css Color HEX #613939 Sanguine Brown

📋 copy color: '#613939'

red 97 ◦ green 57 ◦ blue 57

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

Shades of Sanguine Brown #613939

Tints of Sanguine Brown #613939

RGB

 RED value IS 97 (38.28% from 255) = 45.97%

 GREEN value IS 57 (22.66% from 255) = 27.01%

 BLUE value IS 57 (22.66% from 255) = 27.01%

R = 45.97%
G = 27.01%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#613939 (or 0x613939) is known color: Sanguine Brown. HEX triplet: 61, 39 and 39. RGB value is (97,57,57). Sum of RGB (Red+Green+Blue) = 97+57+57=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 57 (22.66% from 255 or 27.01% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #613939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613939 is #9EC6C6. Grayscale: #444444. Windows color (decimal): -10405575 or 3750241. OLE color: 3750241.

HSL color Cylindrical-coordinate representation of color #613939: hue angle of 0º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #613939 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 57 57 -
CMYK 0 0.41 0.41 0.62
HSL 0.26% 0.3% -
HSV(B) 0.41% 0.38% -
XYZ 7.13 5.76 4.61 -
YUV 68.96 121.25 148 -
System Red Green Blue C M Y K H S L
Decimal 97 57 57 0 0.41 0.41 0.62 0 0.26 0.3
Hex 61 39 39 0 29 29 3E 0 1A 1E
Octal 141 71 71 0 51 51 76 0 32 36
Binary 1100001 111001 111001 0 101001 101001 111110 0 11010 11110

Color Harmonies of #613939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613939

Black with #613939

Text Example


Text Example

White with #613939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613939; }

 p { color: rgb(97,57,57); }

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

background-color css

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

 a { background-color: rgb(97,57,57); }

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

border-color css

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

 span { border-color: rgb(97,57,57); }

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