Html Css Color HEX #61201A Red Oxide

📋 copy color: '#61201A'

red 97 ◦ green 32 ◦ blue 26

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

Shades of Red Oxide #61201A

Tints of Red Oxide #61201A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.77%

R = 62.58%
G = 20.65%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#61201A (or 0x61201A) is known color: Red Oxide. HEX triplet: 61, 20 and 1A. RGB value is (97,32,26). Sum of RGB (Red+Green+Blue) = 97+32+26=155 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.58% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 97 - color contains mainly: red. Hex color #61201A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61201A is #9EDFE5. Grayscale: #323232. Windows color (decimal): -10412006 or 1712225. OLE color: 1712225.

HSL color Cylindrical-coordinate representation of color #61201A: hue angle of 5.07º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #61201A is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 32 26 -
CMYK 0 0.67 0.73 0.62
HSL 5.07º 0.58% 0.24% -
HSV(B) 5.07º 0.73% 0.38% -
XYZ 5.63 3.65 1.38 -
YUV 50.75 114.03 160.99 -
System Red Green Blue C M Y K H S L
Decimal 97 32 26 0 0.67 0.73 0.62 5.07 0.58 0.24
Hex 61 20 1A 0 43 49 3E 5 3A 18
Octal 141 40 32 0 103 111 76 5 72 30
Binary 1100001 100000 11010 0 1000011 1001001 111110 101 111010 11000

Color Harmonies of #61201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61201A

Black with #61201A

Text Example


Text Example

White with #61201A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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