Html Css Color HEX #613A3A Sanguine Brown

📋 copy color: '#613A3A'

red 97 ◦ green 58 ◦ blue 58

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

Shades of Sanguine Brown #613A3A

Tints of Sanguine Brown #613A3A

RGB

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

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

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

R = 45.54%
G = 27.23%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#613A3A (or 0x613A3A) is known color: Sanguine Brown. HEX triplet: 61, 3A and 3A. RGB value is (97,58,58). Sum of RGB (Red+Green+Blue) = 97+58+58=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 58 (23.05% from 255 or 27.23% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #613A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A3A is #9EC5C5. Grayscale: #454545. Windows color (decimal): -10405318 or 3816033. OLE color: 3816033.

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

Color convert

RGB 97 58 58 -
CMYK 0 0.40 0.40 0.62
HSL 0.25% 0.3% -
HSV(B) 0.4% 0.38% -
XYZ 7.21 5.87 4.76 -
YUV 69.66 121.42 147.5 -
System Red Green Blue C M Y K H S L
Decimal 97 58 58 0 0.40 0.40 0.62 0 0.25 0.3
Hex 61 3A 3A 0 28 28 3E 0 19 1E
Octal 141 72 72 0 50 50 76 0 31 36
Binary 1100001 111010 111010 0 101000 101000 111110 0 11001 11110

Color Harmonies of #613A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613A3A

Black with #613A3A

Text Example


Text Example

White with #613A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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