#62150F

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

Shades of Red Oxide #62150F

Tints of Red Oxide #62150F

Color information

#62150F (or 0x62150F) is unknown color: approx Red Oxide. HEX triplet: 62, 15 and 0F. RGB value is (98,21,15). Sum of RGB (Red+Green+Blue) = 98+21+15=134 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.13% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 98 - color contains mainly: red. Hex color #62150F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62150F is #9DEAF0. Grayscale: #2B2B2B. Windows color (decimal): -10349297 or 988514. OLE color: 988514.

HSL color Cylindrical-coordinate representation of color #62150F: hue angle of 4.34º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #62150F is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB982115-
CMYK00.790.850.62
HSL4.34º73.45%22.16%-
HSV(B)4.34º84.69%38.43%-
XYZ5.393.170.78-
YUV43.34112.01166.99-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 73.13%
GREEN value IS 21 (8.59% from 255) = 15.67%
BLUE value IS 15 (6.25% from 255) = 11.19%
R=73.13%
G=15.67%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98211500.790.850.624.3473.4522.16
Hex6215F04F553E44916
Octal1422517011712576411126
Binary1100010101011111010011111010101111110100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62150F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,21,15); }

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

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

 a { background-color: rgb(98,21,15); }

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

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

 span { border-color: rgb(98,21,15); }

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