Html Css Color HEX #61352E Redwood

📋 copy color: '#61352E'

red 97 ◦ green 53 ◦ blue 46

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

Shades of Redwood #61352E

Tints of Redwood #61352E

RGB

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

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

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

R = 49.49%
G = 27.04%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#61352E (or 0x61352E) is known color: Redwood. HEX triplet: 61, 35 and 2E. RGB value is (97,53,46). Sum of RGB (Red+Green+Blue) = 97+53+46=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #61352E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61352E is #9ECAD1. Grayscale: #414141. Windows color (decimal): -10406610 or 3028321. OLE color: 3028321.

HSL color Cylindrical-coordinate representation of color #61352E: hue angle of 8.24º 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 #61352E is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 53 46 -
CMYK 0 0.45 0.53 0.62
HSL 8.24º 0.36% 0.28% -
HSV(B) 8.24º 0.53% 0.38% -
XYZ 6.7 5.28 3.25 -
YUV 65.36 117.08 150.57 -
System Red Green Blue C M Y K H S L
Decimal 97 53 46 0 0.45 0.53 0.62 8.24 0.36 0.28
Hex 61 35 2E 0 2D 35 3E 8 24 1C
Octal 141 65 56 0 55 65 76 10 44 34
Binary 1100001 110101 101110 0 101101 110101 111110 1000 100100 11100

Color Harmonies of #61352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61352E

Black with #61352E

Text Example


Text Example

White with #61352E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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