Html Css Color HEX #61201D Red Oxide

📋 copy color: '#61201D'

red 97 ◦ green 32 ◦ blue 29

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

Shades of Red Oxide #61201D

Tints of Red Oxide #61201D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.25%

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

R = 61.39%
G = 20.25%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#61201D (or 0x61201D) is known color: Red Oxide. HEX triplet: 61, 20 and 1D. RGB value is (97,32,29). Sum of RGB (Red+Green+Blue) = 97+32+29=158 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.39% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 97 - color contains mainly: red. Hex color #61201D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61201D is #9EDFE2. Grayscale: #333333. Windows color (decimal): -10412003 or 1908833. OLE color: 1908833.

HSL color Cylindrical-coordinate representation of color #61201D: hue angle of 2.65º 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 #61201D is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 32 29 -
CMYK 0 0.67 0.70 0.62
HSL 2.65º 0.54% 0.25% -
HSV(B) 2.65º 0.7% 0.38% -
XYZ 5.67 3.66 1.57 -
YUV 51.09 115.53 160.74 -
System Red Green Blue C M Y K H S L
Decimal 97 32 29 0 0.67 0.70 0.62 2.65 0.54 0.25
Hex 61 20 1D 0 43 46 3E 3 36 19
Octal 141 40 35 0 103 106 76 3 66 31
Binary 1100001 100000 11101 0 1000011 1000110 111110 11 110110 11001

Color Harmonies of #61201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61201D

Black with #61201D

Text Example


Text Example

White with #61201D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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