Html Css Color HEX #621504 Red Oxide

📋 copy color: '#621504'

red 98 ◦ green 21 ◦ blue 4

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

Shades of Red Oxide #621504

Tints of Red Oxide #621504

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.07%

 BLUE value IS 4 (1.95% from 255) = 3.25%

R = 79.67%
G = 17.07%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#621504 (or 0x621504) is known color: Red Oxide. HEX triplet: 62, 15 and 04. RGB value is (98,21,4). Sum of RGB (Red+Green+Blue) = 98+21+4=123 (16% of max value = 765). Red value is 98 (38.67% from 255 or 79.67% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 98 - color contains mainly: red. Hex color #621504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621504 is #9DEAFB. Grayscale: #2A2A2A. Windows color (decimal): -10349308 or 267618. OLE color: 267618.

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

Color convert

RGB 98 21 4 -
CMYK 0 0.79 0.96 0.62
HSL 10.85º 0.92% 0.2% -
HSV(B) 10.85º 0.96% 0.38% -
XYZ 5.33 3.14 0.44 -
YUV 42.09 106.51 167.88 -
System Red Green Blue C M Y K H S L
Decimal 98 21 4 0 0.79 0.96 0.62 10.85 0.92 0.2
Hex 62 15 4 0 4F 60 3E B 5C 14
Octal 142 25 4 0 117 140 76 13 134 24
Binary 1100010 10101 100 0 1001111 1100000 111110 1011 1011100 10100

Color Harmonies of #621504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621504

Black with #621504

Text Example


Text Example

White with #621504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621504; }

 p { color: rgb(98,21,4); }

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

background-color css

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

 a { background-color: rgb(98,21,4); }

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

border-color css

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

 span { border-color: rgb(98,21,4); }

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