Html Css Color HEX #61322E Redwood

📋 copy color: '#61322E'

red 97 ◦ green 50 ◦ blue 46

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

Shades of Redwood #61322E

Tints of Redwood #61322E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.91%

 BLUE value IS 46 (18.36% from 255) = 23.83%

R = 50.26%
G = 25.91%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#61322E (or 0x61322E) is known color: Redwood. HEX triplet: 61, 32 and 2E. RGB value is (97,50,46). Sum of RGB (Red+Green+Blue) = 97+50+46=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #61322E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61322E is #9ECDD1. Grayscale: #3F3F3F. Windows color (decimal): -10407378 or 3027553. OLE color: 3027553.

HSL color Cylindrical-coordinate representation of color #61322E: hue angle of 4.71º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61322E is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 50 46 -
CMYK 0 0.48 0.53 0.62
HSL 4.71º 0.36% 0.28% -
HSV(B) 4.71º 0.53% 0.38% -
XYZ 6.56 5.02 3.21 -
YUV 63.6 118.07 151.83 -
System Red Green Blue C M Y K H S L
Decimal 97 50 46 0 0.48 0.53 0.62 4.71 0.36 0.28
Hex 61 32 2E 0 30 35 3E 5 24 1C
Octal 141 62 56 0 60 65 76 5 44 34
Binary 1100001 110010 101110 0 110000 110101 111110 101 100100 11100

Color Harmonies of #61322E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61322E

Black with #61322E

Text Example


Text Example

White with #61322E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61322E; }

 p { color: rgb(97,50,46); }

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

background-color css

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

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

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

border-color css

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

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

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