Html Css Color HEX #621310 Red Oxide

📋 copy color: '#621310'

red 98 ◦ green 19 ◦ blue 16

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

Shades of Red Oxide #621310

Tints of Red Oxide #621310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.29%

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

R = 73.68%
G = 14.29%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#621310 (or 0x621310) is known color: Red Oxide. HEX triplet: 62, 13 and 10. RGB value is (98,19,16). Sum of RGB (Red+Green+Blue) = 98+19+16=133 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.68% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 98 - color contains mainly: red. Hex color #621310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621310 is #9DECEF. Grayscale: #2A2A2A. Windows color (decimal): -10349808 or 1053538. OLE color: 1053538.

HSL color Cylindrical-coordinate representation of color #621310: hue angle of 2.2º 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 #621310 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 19 16 -
CMYK 0 0.81 0.84 0.62
HSL 2.2º 0.72% 0.22% -
HSV(B) 2.2º 0.84% 0.38% -
XYZ 5.36 3.1 0.81 -
YUV 42.28 113.17 167.74 -
System Red Green Blue C M Y K H S L
Decimal 98 19 16 0 0.81 0.84 0.62 2.2 0.72 0.22
Hex 62 13 10 0 51 54 3E 2 48 16
Octal 142 23 20 0 121 124 76 2 110 26
Binary 1100010 10011 10000 0 1010001 1010100 111110 10 1001000 10110

Color Harmonies of #621310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621310

Black with #621310

Text Example


Text Example

White with #621310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621310; }

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

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

background-color css

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

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

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

border-color css

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

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

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