#662525

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

Shades of Red Oxide #662525

Tints of Red Oxide #662525

Color information

#662525 (or 0x662525) is unknown color: approx Red Oxide. HEX triplet: 66, 25 and 25. RGB value is (102,37,37). Sum of RGB (Red+Green+Blue) = 102+37+37=176 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.95% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 102 - color contains mainly: red. Hex color #662525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662525 is #99DADA. Grayscale: #383838. Windows color (decimal): -10083035 or 2434406. OLE color: 2434406.

HSL color Cylindrical-coordinate representation of color #662525: hue angle of 0º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #662525 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB1023737-
CMYK00.640.640.6
HSL46.76%27.25%-
HSV(B)63.73%40%-
XYZ6.474.282.24-
YUV56.44117.03160.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.95%
GREEN value IS 37 (14.84% from 255) = 21.02%
BLUE value IS 37 (14.84% from 255) = 21.02%
R=57.95%
G=21.02%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102373700.640.640.6046.7627.25
Hex662525040403C02f1b
Octal146454501001007405733
Binary1100110100101100101010000001000000111100010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662525; }

 p { color: rgb(102,37,37); }

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

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

 a { background-color: rgb(102,37,37); }

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

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

 span { border-color: rgb(102,37,37); }

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