#62241E

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

Shades of Red Oxide #62241E

Tints of Red Oxide #62241E

Color information

#62241E (or 0x62241E) is unknown color: approx Red Oxide. HEX triplet: 62, 24 and 1E. RGB value is (98,36,30). Sum of RGB (Red+Green+Blue) = 98+36+30=164 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.76% from 164); Green value is 36 (14.45% from 255 or 21.95% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 98 - color contains mainly: red. Hex color #62241E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62241E is #9DDBE1. Grayscale: #353535. Windows color (decimal): -10345442 or 1975394. OLE color: 1975394.

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

Color convert

RGB983630-
CMYK00.630.690.62
HSL5.29º53.12%25.1%-
HSV(B)5.29º69.39%38.43%-
XYZ5.93.951.68-
YUV53.85114.54159.49-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.76%
GREEN value IS 36 (14.45% from 255) = 21.95%
BLUE value IS 30 (12.11% from 255) = 18.29%
R=59.76%
G=21.95%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98363000.630.690.625.2953.1225.1
Hex62241E03F453E53519
Octal14244360771057656531
Binary1100010100100111100111111100010111111010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62241E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,36,30); }

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

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

 a { background-color: rgb(98,36,30); }

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

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

 span { border-color: rgb(98,36,30); }

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