Html Css Color HEX #621A10 Red Oxide

📋 copy color: '#621A10'

red 98 ◦ green 26 ◦ blue 16

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

Shades of Red Oxide #621A10

Tints of Red Oxide #621A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.43%

R = 70%
G = 18.57%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#621A10 (or 0x621A10) is known color: Red Oxide. HEX triplet: 62, 1A and 10. RGB value is (98,26,16). Sum of RGB (Red+Green+Blue) = 98+26+16=140 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 98 - color contains mainly: red. Hex color #621A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621A10 is #9DE5EF. Grayscale: #2E2E2E. Windows color (decimal): -10348016 or 1055330. OLE color: 1055330.

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

Color convert

RGB 98 26 16 -
CMYK 0 0.73 0.84 0.62
HSL 7.32º 0.72% 0.22% -
HSV(B) 7.32º 0.84% 0.38% -
XYZ 5.5 3.37 0.85 -
YUV 46.39 110.85 164.81 -
System Red Green Blue C M Y K H S L
Decimal 98 26 16 0 0.73 0.84 0.62 7.32 0.72 0.22
Hex 62 1A 10 0 49 54 3E 7 48 16
Octal 142 32 20 0 111 124 76 7 110 26
Binary 1100010 11010 10000 0 1001001 1010100 111110 111 1001000 10110

Color Harmonies of #621A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621A10

Black with #621A10

Text Example


Text Example

White with #621A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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