Html Css Color HEX #621201 Red Oxide

📋 copy color: '#621201'

red 98 ◦ green 18 ◦ blue 1

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

Shades of Red Oxide #621201

Tints of Red Oxide #621201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.85%

R = 83.76%
G = 15.38%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#621201 (or 0x621201) is known color: Red Oxide. HEX triplet: 62, 12 and 01. RGB value is (98,18,1). Sum of RGB (Red+Green+Blue) = 98+18+1=117 (15% of max value = 765). Red value is 98 (38.67% from 255 or 83.76% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 98 - color contains mainly: red. Hex color #621201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621201 is #9DEDFE. Grayscale: #282828. Windows color (decimal): -10350079 or 70242. OLE color: 70242.

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

Color convert

RGB 98 18 1 -
CMYK 0 0.82 0.99 0.62
HSL 10.52º 0.98% 0.19% -
HSV(B) 10.52º 0.99% 0.38% -
XYZ 5.26 3.03 0.34 -
YUV 39.98 106 169.38 -
System Red Green Blue C M Y K H S L
Decimal 98 18 1 0 0.82 0.99 0.62 10.52 0.98 0.19
Hex 62 12 1 0 52 63 3E B 62 13
Octal 142 22 1 0 122 143 76 13 142 23
Binary 1100010 10010 1 0 1010010 1100011 111110 1011 1100010 10011

Color Harmonies of #621201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621201

Black with #621201

Text Example


Text Example

White with #621201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621201; }

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

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

background-color css

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

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

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

border-color css

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

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

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