Html Css Color HEX #621005 Red Oxide

📋 copy color: '#621005'

red 98 ◦ green 16 ◦ blue 5

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

Shades of Red Oxide #621005

Tints of Red Oxide #621005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.2%

R = 82.35%
G = 13.45%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#621005 (or 0x621005) is known color: Red Oxide. HEX triplet: 62, 10 and 05. RGB value is (98,16,5). Sum of RGB (Red+Green+Blue) = 98+16+5=119 (15% of max value = 765). Red value is 98 (38.67% from 255 or 82.35% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 98 - color contains mainly: red. Hex color #621005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621005 is #9DEFFA. Grayscale: #272727. Windows color (decimal): -10350587 or 331874. OLE color: 331874.

HSL color Cylindrical-coordinate representation of color #621005: hue angle of 7.1º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #621005 is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 16 5 -
CMYK 0 0.84 0.95 0.62
HSL 7.1º 0.9% 0.2% -
HSV(B) 7.1º 0.95% 0.38% -
XYZ 5.25 2.98 0.44 -
YUV 39.26 108.67 169.89 -
System Red Green Blue C M Y K H S L
Decimal 98 16 5 0 0.84 0.95 0.62 7.1 0.9 0.2
Hex 62 10 5 0 54 5F 3E 7 5A 14
Octal 142 20 5 0 124 137 76 7 132 24
Binary 1100010 10000 101 0 1010100 1011111 111110 111 1011010 10100

Color Harmonies of #621005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621005

Black with #621005

Text Example


Text Example

White with #621005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621005; }

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

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

background-color css

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

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

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

border-color css

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

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

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