Html Css Color HEX #621914 Red Oxide

📋 copy color: '#621914'

red 98 ◦ green 25 ◦ blue 20

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

Shades of Red Oxide #621914

Tints of Red Oxide #621914

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.48%

 BLUE value IS 20 (8.2% from 255) = 13.99%

R = 68.53%
G = 17.48%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#621914 (or 0x621914) is known color: Red Oxide. HEX triplet: 62, 19 and 14. RGB value is (98,25,20). Sum of RGB (Red+Green+Blue) = 98+25+20=143 (18% of max value = 765). Red value is 98 (38.67% from 255 or 68.53% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 98 - color contains mainly: red. Hex color #621914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621914 is #9DE6EB. Grayscale: #2E2E2E. Windows color (decimal): -10348268 or 1317218. OLE color: 1317218.

HSL color Cylindrical-coordinate representation of color #621914: hue angle of 3.85º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #621914 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 25 20 -
CMYK 0 0.74 0.80 0.62
HSL 3.85º 0.66% 0.23% -
HSV(B) 3.85º 0.8% 0.38% -
XYZ 5.51 3.34 1.02 -
YUV 46.26 113.18 164.91 -
System Red Green Blue C M Y K H S L
Decimal 98 25 20 0 0.74 0.80 0.62 3.85 0.66 0.23
Hex 62 19 14 0 4A 50 3E 4 42 17
Octal 142 31 24 0 112 120 76 4 102 27
Binary 1100010 11001 10100 0 1001010 1010000 111110 100 1000010 10111

Color Harmonies of #621914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621914

Black with #621914

Text Example


Text Example

White with #621914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621914; }

 p { color: rgb(98,25,20); }

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

background-color css

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

 a { background-color: rgb(98,25,20); }

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

border-color css

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

 span { border-color: rgb(98,25,20); }

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