#621E0D

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

Shades of Red Oxide #621E0D

Tints of Red Oxide #621E0D

Color information

#621E0D (or 0x621E0D) is unknown color: approx Red Oxide. HEX triplet: 62, 1E and 0D. RGB value is (98,30,13). Sum of RGB (Red+Green+Blue) = 98+30+13=141 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.50% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 98 - color contains mainly: red. Hex color #621E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621E0D is #9DE1F2. Grayscale: #303030. Windows color (decimal): -10346995 or 859746. OLE color: 859746.

HSL color Cylindrical-coordinate representation of color #621E0D: hue angle of 12º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #621E0D is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB983013-
CMYK00.690.870.62
HSL12º76.58%21.76%-
HSV(B)12º86.73%38.43%-
XYZ5.573.550.77-
YUV48.39108.03163.38-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 69.50%
GREEN value IS 30 (12.11% from 255) = 21.28%
BLUE value IS 13 (5.47% from 255) = 9.22%
R=69.50%
G=21.28%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98301300.690.870.621276.5821.76
Hex621ED045573Ec4d16
Octal14236150105127761411526
Binary11000101111011010100010110101111111101100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621E0D; }

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

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

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

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

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

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

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

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