Html Css Color HEX #621A11 Red Oxide

📋 copy color: '#621A11'

red 98 ◦ green 26 ◦ blue 17

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

Shades of Red Oxide #621A11

Tints of Red Oxide #621A11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.06%

R = 69.5%
G = 18.44%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#621A11 (or 0x621A11) is known color: Red Oxide. HEX triplet: 62, 1A and 11. RGB value is (98,26,17). Sum of RGB (Red+Green+Blue) = 98+26+17=141 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.50% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 98 - color contains mainly: red. Hex color #621A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621A11 is #9DE5EE. Grayscale: #2E2E2E. Windows color (decimal): -10348015 or 1120866. OLE color: 1120866.

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

Color convert

RGB 98 26 17 -
CMYK 0 0.73 0.83 0.62
HSL 6.67º 0.7% 0.23% -
HSV(B) 6.67º 0.83% 0.38% -
XYZ 5.51 3.38 0.89 -
YUV 46.5 111.35 164.73 -
System Red Green Blue C M Y K H S L
Decimal 98 26 17 0 0.73 0.83 0.62 6.67 0.7 0.23
Hex 62 1A 11 0 49 53 3E 7 46 17
Octal 142 32 21 0 111 123 76 7 106 27
Binary 1100010 11010 10001 0 1001001 1010011 111110 111 1000110 10111

Color Harmonies of #621A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621A11

Black with #621A11

Text Example


Text Example

White with #621A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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