#621308

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

Shades of Red Oxide #621308

Tints of Red Oxide #621308

Color information

#621308 (or 0x621308) is unknown color: approx Red Oxide. HEX triplet: 62, 13 and 08. RGB value is (98,19,8). Sum of RGB (Red+Green+Blue) = 98+19+8=125 (16% of max value = 765). Red value is 98 (38.67% from 255 or 78.4% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 98 - color contains mainly: red. Hex color #621308 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621308 is #9DECF7. Grayscale: #292929. Windows color (decimal): -10349816 or 529250. OLE color: 529250.

HSL color Cylindrical-coordinate representation of color #621308: hue angle of 7.33º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #621308 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB98198-
CMYK00.810.920.62
HSL7.33º84.91%20.78%-
HSV(B)7.33º91.84%38.43%-
XYZ5.313.080.54-
YUV41.37109.17168.39-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 78.4%
GREEN value IS 19 (7.81% from 255) = 15.2%
BLUE value IS 8 (3.52% from 255) = 6.4%
R=78.4%
G=15.2%
B=6.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9819800.810.920.627.3384.9120.78
Hex621380515C3E75515
Octal1422310012113476712525
Binary1100010100111000010100011011100111110111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621308; }

 p { color: rgb(98,19,8); }

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

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

 a { background-color: rgb(98,19,8); }

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

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

 span { border-color: rgb(98,19,8); }

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