Html Css Color HEX #621A13 Red Oxide

📋 copy color: '#621A13'

red 98 ◦ green 26 ◦ blue 19

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

Shades of Red Oxide #621A13

Tints of Red Oxide #621A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.29%

R = 68.53%
G = 18.18%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#621A13 (or 0x621A13) is known color: Red Oxide. HEX triplet: 62, 1A and 13. RGB value is (98,26,19). Sum of RGB (Red+Green+Blue) = 98+26+19=143 (18% of max value = 765). Red value is 98 (38.67% from 255 or 68.53% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 98 - color contains mainly: red. Hex color #621A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621A13 is #9DE5EC. Grayscale: #2E2E2E. Windows color (decimal): -10348013 or 1251938. OLE color: 1251938.

HSL color Cylindrical-coordinate representation of color #621A13: hue angle of 5.32º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #621A13 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 26 19 -
CMYK 0 0.73 0.81 0.62
HSL 5.32º 0.68% 0.23% -
HSV(B) 5.32º 0.81% 0.38% -
XYZ 5.52 3.38 0.98 -
YUV 46.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 98 26 19 0 0.73 0.81 0.62 5.32 0.68 0.23
Hex 62 1A 13 0 49 51 3E 5 44 17
Octal 142 32 23 0 111 121 76 5 104 27
Binary 1100010 11010 10011 0 1001001 1010001 111110 101 1000100 10111

Color Harmonies of #621A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621A13

Black with #621A13

Text Example


Text Example

White with #621A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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