Html Css Color HEX #61221B Red Oxide

📋 copy color: '#61221B'

red 97 ◦ green 34 ◦ blue 27

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

Shades of Red Oxide #61221B

Tints of Red Oxide #61221B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.52%

 BLUE value IS 27 (10.94% from 255) = 17.09%

R = 61.39%
G = 21.52%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#61221B (or 0x61221B) is known color: Red Oxide. HEX triplet: 61, 22 and 1B. RGB value is (97,34,27). Sum of RGB (Red+Green+Blue) = 97+34+27=158 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.39% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 97 - color contains mainly: red. Hex color #61221B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61221B is #9EDDE4. Grayscale: #343434. Windows color (decimal): -10411493 or 1778273. OLE color: 1778273.

HSL color Cylindrical-coordinate representation of color #61221B: hue angle of 6º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #61221B is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 34 27 -
CMYK 0 0.65 0.72 0.62
HSL 0.56% 0.24% -
HSV(B) 0.72% 0.38% -
XYZ 5.7 3.76 1.46 -
YUV 52.04 113.87 160.07 -
System Red Green Blue C M Y K H S L
Decimal 97 34 27 0 0.65 0.72 0.62 6 0.56 0.24
Hex 61 22 1B 0 41 48 3E 6 38 18
Octal 141 42 33 0 101 110 76 6 70 30
Binary 1100001 100010 11011 0 1000001 1001000 111110 110 111000 11000

Color Harmonies of #61221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61221B

Black with #61221B

Text Example


Text Example

White with #61221B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61221B; }

 p { color: rgb(97,34,27); }

 H1.HeaderClassName
 {
   color: #61221B;
 }
 .AnyTagClassName
 {
   color: #61221B;
 }
</style>

background-color css

<style>
 a { background-color: #61221B; }

 a { background-color: rgb(97,34,27); }

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

border-color css

<style>
 span { border-color: #61221B; }

 span { border-color: rgb(97,34,27); }

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