Html Css Color HEX #61332C Redwood

📋 copy color: '#61332C'

red 97 ◦ green 51 ◦ blue 44

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

Shades of Redwood #61332C

Tints of Redwood #61332C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22.92%

R = 50.52%
G = 26.56%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#61332C (or 0x61332C) is known color: Redwood. HEX triplet: 61, 33 and 2C. RGB value is (97,51,44). Sum of RGB (Red+Green+Blue) = 97+51+44=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #61332C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61332C is #9ECCD3. Grayscale: #404040. Windows color (decimal): -10407124 or 2896737. OLE color: 2896737.

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

Color convert

RGB 97 51 44 -
CMYK 0 0.47 0.55 0.62
HSL 7.92º 0.38% 0.28% -
HSV(B) 7.92º 0.55% 0.38% -
XYZ 6.57 5.09 3.02 -
YUV 63.96 116.74 151.57 -
System Red Green Blue C M Y K H S L
Decimal 97 51 44 0 0.47 0.55 0.62 7.92 0.38 0.28
Hex 61 33 2C 0 2F 37 3E 8 26 1C
Octal 141 63 54 0 57 67 76 10 46 34
Binary 1100001 110011 101100 0 101111 110111 111110 1000 100110 11100

Color Harmonies of #61332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61332C

Black with #61332C

Text Example


Text Example

White with #61332C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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