Html Css Color HEX #61332D Redwood

📋 copy color: '#61332D'

red 97 ◦ green 51 ◦ blue 45

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

Shades of Redwood #61332D

Tints of Redwood #61332D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.42%

 BLUE value IS 45 (17.97% from 255) = 23.32%

R = 50.26%
G = 26.42%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#61332D (or 0x61332D) is known color: Redwood. HEX triplet: 61, 33 and 2D. RGB value is (97,51,45). Sum of RGB (Red+Green+Blue) = 97+51+45=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #61332D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61332D is #9ECCD2. Grayscale: #404040. Windows color (decimal): -10407123 or 2962273. OLE color: 2962273.

HSL color Cylindrical-coordinate representation of color #61332D: hue angle of 6.92º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61332D is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 51 45 -
CMYK 0 0.47 0.54 0.62
HSL 6.92º 0.37% 0.28% -
HSV(B) 6.92º 0.54% 0.38% -
XYZ 6.59 5.1 3.12 -
YUV 64.07 117.24 151.49 -
System Red Green Blue C M Y K H S L
Decimal 97 51 45 0 0.47 0.54 0.62 6.92 0.37 0.28
Hex 61 33 2D 0 2F 36 3E 7 25 1C
Octal 141 63 55 0 57 66 76 7 45 34
Binary 1100001 110011 101101 0 101111 110110 111110 111 100101 11100

Color Harmonies of #61332D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61332D

Black with #61332D

Text Example


Text Example

White with #61332D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61332D; }

 p { color: rgb(97,51,45); }

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

background-color css

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

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

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

border-color css

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

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

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