Html Css Color HEX #621200 Red Oxide

📋 copy color: '#621200'

red 98 ◦ green 18 ◦ blue 0

#621200
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #621200

Tints of Red Oxide #621200

RGB

 RED value IS 98 (38.67% from 255) = 84.48%

 GREEN value IS 18 (7.42% from 255) = 15.52%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84.48%
G = 15.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#621200 (or 0x621200) is known color: Red Oxide. HEX triplet: 62, 12 and 00. RGB value is (98,18,0). Sum of RGB (Red+Green+Blue) = 98+18+0=116 (15% of max value = 765). Red value is 98 (38.67% from 255 or 84.48% from 116); Green value is 18 (7.42% from 255 or 15.52% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 98 - color contains mainly: red. Hex color #621200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621200 is #9DEDFF. Grayscale: #282828. Windows color (decimal): -10350080 or 4706. OLE color: 4706.

HSL color Cylindrical-coordinate representation of color #621200: hue angle of 11.02º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #621200 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 18 0 -
CMYK 0 0.82 1 0.62
HSL 11.02º 1% 0.19% -
HSV(B) 11.02º 1% 0.38% -
XYZ 5.25 3.03 0.31 -
YUV 39.87 105.5 169.46 -
System Red Green Blue C M Y K H S L
Decimal 98 18 0 0 0.82 1 0.62 11.02 1 0.19
Hex 62 12 0 0 52 64 3E B 64 13
Octal 142 22 0 0 122 144 76 13 144 23
Binary 1100010 10010 0 0 1010010 1100100 111110 1011 1100100 10011

Color Harmonies of #621200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621200

Black with #621200

Text Example


Text Example

White with #621200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621200; }

 p { color: rgb(98,18,0); }

 H1.HeaderClassName
 {
   color: #621200;
 }
 .AnyTagClassName
 {
   color: #621200;
 }
</style>

background-color css

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

 a { background-color: rgb(98,18,0); }

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

border-color css

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

 span { border-color: rgb(98,18,0); }

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