Html Css Color HEX #621A14 Red Oxide

📋 copy color: '#621A14'

red 98 ◦ green 26 ◦ blue 20

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

Shades of Red Oxide #621A14

Tints of Red Oxide #621A14

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.06%

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

R = 68.06%
G = 18.06%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#621A14 (or 0x621A14) is known color: Red Oxide. HEX triplet: 62, 1A and 14. RGB value is (98,26,20). Sum of RGB (Red+Green+Blue) = 98+26+20=144 (19% of max value = 765). Red value is 98 (38.67% from 255 or 68.06% from 144); Green value is 26 (10.55% from 255 or 18.06% from 144); Blue value is 20 (8.20% from 255 or 13.89% from 144); Max value from RGB is 98 - color contains mainly: red. Hex color #621A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621A14 is #9DE5EB. Grayscale: #2E2E2E. Windows color (decimal): -10348012 or 1317474. OLE color: 1317474.

HSL color Cylindrical-coordinate representation of color #621A14: hue angle of 4.62º 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 #621A14 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 26 20 -
CMYK 0 0.73 0.80 0.62
HSL 4.62º 0.66% 0.23% -
HSV(B) 4.62º 0.8% 0.38% -
XYZ 5.53 3.39 1.02 -
YUV 46.84 112.85 164.49 -
System Red Green Blue C M Y K H S L
Decimal 98 26 20 0 0.73 0.80 0.62 4.62 0.66 0.23
Hex 62 1A 14 0 49 50 3E 5 42 17
Octal 142 32 24 0 111 120 76 5 102 27
Binary 1100010 11010 10100 0 1001001 1010000 111110 101 1000010 10111

Color Harmonies of #621A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621A14

Black with #621A14

Text Example


Text Example

White with #621A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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