Html Css Color HEX #61211D Red Oxide

📋 copy color: '#61211D'

red 97 ◦ green 33 ◦ blue 29

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

Shades of Red Oxide #61211D

Tints of Red Oxide #61211D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.75%

 BLUE value IS 29 (11.72% from 255) = 18.24%

R = 61.01%
G = 20.75%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#61211D (or 0x61211D) is known color: Red Oxide. HEX triplet: 61, 21 and 1D. RGB value is (97,33,29). Sum of RGB (Red+Green+Blue) = 97+33+29=159 (21% of max value = 765). Red value is 97 (38.28% from 255 or 61.01% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 97 - color contains mainly: red. Hex color #61211D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61211D is #9EDEE2. Grayscale: #333333. Windows color (decimal): -10411747 or 1909089. OLE color: 1909089.

HSL color Cylindrical-coordinate representation of color #61211D: hue angle of 3.53º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #61211D is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 33 29 -
CMYK 0 0.66 0.70 0.62
HSL 3.53º 0.54% 0.25% -
HSV(B) 3.53º 0.7% 0.38% -
XYZ 5.7 3.72 1.58 -
YUV 51.68 115.2 160.33 -
System Red Green Blue C M Y K H S L
Decimal 97 33 29 0 0.66 0.70 0.62 3.53 0.54 0.25
Hex 61 21 1D 0 42 46 3E 4 36 19
Octal 141 41 35 0 102 106 76 4 66 31
Binary 1100001 100001 11101 0 1000010 1000110 111110 100 110110 11001

Color Harmonies of #61211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61211D

Black with #61211D

Text Example


Text Example

White with #61211D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,33,29); }

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

background-color css

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

 a { background-color: rgb(97,33,29); }

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

border-color css

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

 span { border-color: rgb(97,33,29); }

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