Html Css Color HEX #61211E Red Oxide

📋 copy color: '#61211E'

red 97 ◦ green 33 ◦ blue 30

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

Shades of Red Oxide #61211E

Tints of Red Oxide #61211E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.75%

R = 60.63%
G = 20.63%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#61211E (or 0x61211E) is known color: Red Oxide. HEX triplet: 61, 21 and 1E. RGB value is (97,33,30). Sum of RGB (Red+Green+Blue) = 97+33+30=160 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.62% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 97 - color contains mainly: red. Hex color #61211E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61211E is #9EDEE1. Grayscale: #333333. Windows color (decimal): -10411746 or 1974625. OLE color: 1974625.

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

Color convert

RGB 97 33 30 -
CMYK 0 0.66 0.69 0.62
HSL 2.69º 0.53% 0.25% -
HSV(B) 2.69º 0.69% 0.38% -
XYZ 5.71 3.72 1.65 -
YUV 51.79 115.7 160.24 -
System Red Green Blue C M Y K H S L
Decimal 97 33 30 0 0.66 0.69 0.62 2.69 0.53 0.25
Hex 61 21 1E 0 42 45 3E 3 35 19
Octal 141 41 36 0 102 105 76 3 65 31
Binary 1100001 100001 11110 0 1000010 1000101 111110 11 110101 11001

Color Harmonies of #61211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61211E

Black with #61211E

Text Example


Text Example

White with #61211E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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