#621F1E

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

Shades of Red Oxide #621F1E

Tints of Red Oxide #621F1E

Color information

#621F1E (or 0x621F1E) is unknown color: approx Red Oxide. HEX triplet: 62, 1F and 1E. RGB value is (98,31,30). Sum of RGB (Red+Green+Blue) = 98+31+30=159 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.64% from 159); Green value is 31 (12.5% from 255 or 19.50% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 98 - color contains mainly: red. Hex color #621F1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621F1E is #9DE0E1. Grayscale: #323232. Windows color (decimal): -10346722 or 1974114. OLE color: 1974114.

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

Color convert

RGB983130-
CMYK00.680.690.62
HSL0.88º53.12%25.1%-
HSV(B)0.88º69.39%38.43%-
XYZ5.763.671.63-
YUV50.92116.2161.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 61.64%
GREEN value IS 31 (12.5% from 255) = 19.50%
BLUE value IS 30 (12.11% from 255) = 18.87%
R=61.64%
G=19.50%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98313000.680.690.620.8853.1225.1
Hex621F1E044453E13519
Octal142373601041057616531
Binary11000101111111110010001001000101111110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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