Html Css Color HEX #61211F Red Oxide

📋 copy color: '#61211F'

red 97 ◦ green 33 ◦ blue 31

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

Shades of Red Oxide #61211F

Tints of Red Oxide #61211F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.25%

R = 60.25%
G = 20.5%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#61211F (or 0x61211F) is known color: Red Oxide. HEX triplet: 61, 21 and 1F. RGB value is (97,33,31). Sum of RGB (Red+Green+Blue) = 97+33+31=161 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.25% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 97 - color contains mainly: red. Hex color #61211F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61211F is #9EDEE0. Grayscale: #333333. Windows color (decimal): -10411745 or 2040161. OLE color: 2040161.

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

Color convert

RGB 97 33 31 -
CMYK 0 0.66 0.68 0.62
HSL 1.82º 0.52% 0.25% -
HSV(B) 1.82º 0.68% 0.38% -
XYZ 5.72 3.73 1.71 -
YUV 51.91 116.2 160.16 -
System Red Green Blue C M Y K H S L
Decimal 97 33 31 0 0.66 0.68 0.62 1.82 0.52 0.25
Hex 61 21 1F 0 42 44 3E 2 34 19
Octal 141 41 37 0 102 104 76 2 64 31
Binary 1100001 100001 11111 0 1000010 1000100 111110 10 110100 11001

Color Harmonies of #61211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61211F

Black with #61211F

Text Example


Text Example

White with #61211F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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