#621B0D

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

Shades of Red Oxide #621B0D

Tints of Red Oxide #621B0D

Color information

#621B0D (or 0x621B0D) is unknown color: approx Red Oxide. HEX triplet: 62, 1B and 0D. RGB value is (98,27,13). Sum of RGB (Red+Green+Blue) = 98+27+13=138 (18% of max value = 765). Red value is 98 (38.67% from 255 or 71.01% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 98 - color contains mainly: red. Hex color #621B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621B0D is #9DE4F2. Grayscale: #2E2E2E. Windows color (decimal): -10347763 or 858978. OLE color: 858978.

HSL color Cylindrical-coordinate representation of color #621B0D: hue angle of 9.88º 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 #621B0D is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB982713-
CMYK00.720.870.62
HSL9.88º76.58%21.76%-
HSV(B)9.88º86.73%38.43%-
XYZ5.53.410.75-
YUV46.63109.02164.64-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 71.01%
GREEN value IS 27 (10.94% from 255) = 19.57%
BLUE value IS 13 (5.47% from 255) = 9.42%
R=71.01%
G=19.57%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98271300.720.870.629.8876.5821.76
Hex621BD048573Ea4d16
Octal14233150110127761211526
Binary11000101101111010100100010101111111101010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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