Html Css Color HEX #613531 Redwood

📋 copy color: '#613531'

red 97 ◦ green 53 ◦ blue 49

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

Shades of Redwood #613531

Tints of Redwood #613531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.63%

 BLUE value IS 49 (19.53% from 255) = 24.62%

R = 48.74%
G = 26.63%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#613531 (or 0x613531) is known color: Redwood. HEX triplet: 61, 35 and 31. RGB value is (97,53,49). Sum of RGB (Red+Green+Blue) = 97+53+49=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #613531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613531 is #9ECACE. Grayscale: #414141. Windows color (decimal): -10406607 or 3224929. OLE color: 3224929.

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

Color convert

RGB 97 53 49 -
CMYK 0 0.45 0.49 0.62
HSL 0.33% 0.29% -
HSV(B) 0.49% 0.38% -
XYZ 6.76 5.31 3.57 -
YUV 65.7 118.58 150.33 -
System Red Green Blue C M Y K H S L
Decimal 97 53 49 0 0.45 0.49 0.62 5 0.33 0.29
Hex 61 35 31 0 2D 31 3E 5 21 1D
Octal 141 65 61 0 55 61 76 5 41 35
Binary 1100001 110101 110001 0 101101 110001 111110 101 100001 11101

Color Harmonies of #613531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613531

Black with #613531

Text Example


Text Example

White with #613531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613531; }

 p { color: rgb(97,53,49); }

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

background-color css

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

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

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

border-color css

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

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

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