Html Css Color HEX #621000 Red Oxide

📋 copy color: '#621000'

red 98 ◦ green 16 ◦ blue 0

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

Shades of Red Oxide #621000

Tints of Red Oxide #621000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.04%

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

R = 85.96%
G = 14.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#621000 (or 0x621000) is known color: Red Oxide. HEX triplet: 62, 10 and 00. RGB value is (98,16,0). Sum of RGB (Red+Green+Blue) = 98+16+0=114 (15% of max value = 765). Red value is 98 (38.67% from 255 or 85.96% from 114); Green value is 16 (6.64% from 255 or 14.04% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 98 - color contains mainly: red. Hex color #621000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621000 is #9DEFFF. Grayscale: #262626. Windows color (decimal): -10350592 or 4194. OLE color: 4194.

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

Color convert

RGB 98 16 0 -
CMYK 0 0.84 1 0.62
HSL 9.8º 1% 0.19% -
HSV(B) 9.8º 1% 0.38% -
XYZ 5.22 2.97 0.3 -
YUV 38.69 106.17 170.3 -
System Red Green Blue C M Y K H S L
Decimal 98 16 0 0 0.84 1 0.62 9.8 1 0.19
Hex 62 10 0 0 54 64 3E A 64 13
Octal 142 20 0 0 124 144 76 12 144 23
Binary 1100010 10000 0 0 1010100 1100100 111110 1010 1100100 10011

Color Harmonies of #621000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621000

Black with #621000

Text Example


Text Example

White with #621000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621000; }

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

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

background-color css

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

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

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

border-color css

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

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

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