#641615

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

Shades of Red Oxide #641615

Tints of Red Oxide #641615

Color information

#641615 (or 0x641615) is unknown color: approx Red Oxide. HEX triplet: 64, 16 and 15. RGB value is (100,22,21). Sum of RGB (Red+Green+Blue) = 100+22+21=143 (18% of max value = 765). Red value is 100 (39.45% from 255 or 69.93% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 21 (8.59% from 255 or 14.69% from 143); Max value from RGB is 100 - color contains mainly: red. Hex color #641615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641615 is #9BE9EA. Grayscale: #2D2D2D. Windows color (decimal): -10217963 or 1381988. OLE color: 1381988.

HSL color Cylindrical-coordinate representation of color #641615: hue angle of 0.76º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #641615 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB1002221-
CMYK00.780.790.61
HSL0.76º65.29%23.73%-
HSV(B)0.76º79%39.22%-
XYZ5.683.341.05-
YUV45.21114.34167.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 69.93%
GREEN value IS 22 (8.98% from 255) = 15.38%
BLUE value IS 21 (8.59% from 255) = 14.69%
R=69.93%
G=15.38%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100222100.780.790.610.7665.2923.73
Hex64161504E4F3D14118
Octal1442625011611775110130
Binary110010010110101010100111010011111111011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641615; }

 p { color: rgb(100,22,21); }

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

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

 a { background-color: rgb(100,22,21); }

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

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

 span { border-color: rgb(100,22,21); }

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