Html Css Color HEX #621300 Red Oxide

📋 copy color: '#621300'

red 98 ◦ green 19 ◦ blue 0

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

Shades of Red Oxide #621300

Tints of Red Oxide #621300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.24%

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

R = 83.76%
G = 16.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#621300 (or 0x621300) is known color: Red Oxide. HEX triplet: 62, 13 and 00. RGB value is (98,19,0). Sum of RGB (Red+Green+Blue) = 98+19+0=117 (15% of max value = 765). Red value is 98 (38.67% from 255 or 83.76% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 98 - color contains mainly: red. Hex color #621300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621300 is #9DECFF. Grayscale: #282828. Windows color (decimal): -10349824 or 4962. OLE color: 4962.

HSL color Cylindrical-coordinate representation of color #621300: hue angle of 11.63º 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 #621300 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 19 0 -
CMYK 0 0.81 1 0.62
HSL 11.63º 1% 0.19% -
HSV(B) 11.63º 1% 0.38% -
XYZ 5.27 3.06 0.31 -
YUV 40.46 105.17 169.04 -
System Red Green Blue C M Y K H S L
Decimal 98 19 0 0 0.81 1 0.62 11.63 1 0.19
Hex 62 13 0 0 51 64 3E C 64 13
Octal 142 23 0 0 121 144 76 14 144 23
Binary 1100010 10011 0 0 1010001 1100100 111110 1100 1100100 10011

Color Harmonies of #621300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621300

Black with #621300

Text Example


Text Example

White with #621300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621300; }

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

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

background-color css

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

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

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

border-color css

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

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

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