Html Css Color HEX #61312A Redwood

📋 copy color: '#61312A'

red 97 ◦ green 49 ◦ blue 42

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

Shades of Redwood #61312A

Tints of Redwood #61312A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.06%

 BLUE value IS 42 (16.8% from 255) = 22.34%

R = 51.6%
G = 26.06%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#61312A (or 0x61312A) is known color: Redwood. HEX triplet: 61, 31 and 2A. RGB value is (97,49,42). Sum of RGB (Red+Green+Blue) = 97+49+42=188 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.60% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 97 - color contains mainly: red. Hex color #61312A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61312A is #9ECED5. Grayscale: #3E3E3E. Windows color (decimal): -10407638 or 2765153. OLE color: 2765153.

HSL color Cylindrical-coordinate representation of color #61312A: hue angle of 7.64º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61312A is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 49 42 -
CMYK 0 0.49 0.57 0.62
HSL 7.64º 0.4% 0.27% -
HSV(B) 7.64º 0.57% 0.38% -
XYZ 6.45 4.91 2.8 -
YUV 62.55 116.4 152.57 -
System Red Green Blue C M Y K H S L
Decimal 97 49 42 0 0.49 0.57 0.62 7.64 0.4 0.27
Hex 61 31 2A 0 31 39 3E 8 28 1B
Octal 141 61 52 0 61 71 76 10 50 33
Binary 1100001 110001 101010 0 110001 111001 111110 1000 101000 11011

Color Harmonies of #61312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61312A

Black with #61312A

Text Example


Text Example

White with #61312A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61312A; }

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

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

background-color css

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

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

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

border-color css

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

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

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