#61231E

Color #61231E Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #61231E

Tints of Red Oxide #61231E

Color information

#61231E (or 0x61231E) is unknown color: approx Red Oxide. HEX triplet: 61, 23 and 1E. RGB value is (97,35,30). Sum of RGB (Red+Green+Blue) = 97+35+30=162 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.88% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 97 - color contains mainly: red. Hex color #61231E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61231E is #9EDCE1. Grayscale: #353535. Windows color (decimal): -10411234 or 1975137. OLE color: 1975137.

HSL color Cylindrical-coordinate representation of color #61231E: hue angle of 4.48º 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 #61231E is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB973530-
CMYK00.640.690.62
HSL4.48º52.76%24.9%-
HSV(B)4.48º69.07%38.04%-
XYZ5.773.841.67-
YUV52.97115.04159.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.88%
GREEN value IS 35 (14.06% from 255) = 21.60%
BLUE value IS 30 (12.11% from 255) = 18.52%
R=59.88%
G=21.60%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97353000.640.690.624.4852.7624.9
Hex61231E040453E43519
Octal141433601001057646531
Binary11000011000111111001000000100010111111010011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #61231E;
 }
 .AnyTagClassName
 {
   color: #61231E;
 }
</style>
background-color css

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

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

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

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

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

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