Html Css Color HEX #621D16 Red Oxide

📋 copy color: '#621D16'

red 98 ◦ green 29 ◦ blue 22

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

Shades of Red Oxide #621D16

Tints of Red Oxide #621D16

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.46%

 BLUE value IS 22 (8.98% from 255) = 14.77%

R = 65.77%
G = 19.46%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#621D16 (or 0x621D16) is known color: Red Oxide. HEX triplet: 62, 1D and 16. RGB value is (98,29,22). Sum of RGB (Red+Green+Blue) = 98+29+22=149 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.77% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 98 - color contains mainly: red. Hex color #621D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621D16 is #9DE2E9. Grayscale: #303030. Windows color (decimal): -10347242 or 1449314. OLE color: 1449314.

HSL color Cylindrical-coordinate representation of color #621D16: hue angle of 5.53º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #621D16 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 29 22 -
CMYK 0 0.70 0.78 0.62
HSL 5.53º 0.63% 0.24% -
HSV(B) 5.53º 0.78% 0.38% -
XYZ 5.62 3.53 1.14 -
YUV 48.83 112.86 163.07 -
System Red Green Blue C M Y K H S L
Decimal 98 29 22 0 0.70 0.78 0.62 5.53 0.63 0.24
Hex 62 1D 16 0 46 4E 3E 6 3F 18
Octal 142 35 26 0 106 116 76 6 77 30
Binary 1100010 11101 10110 0 1000110 1001110 111110 110 111111 11000

Color Harmonies of #621D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621D16

Black with #621D16

Text Example


Text Example

White with #621D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,29,22); }

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

background-color css

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

 a { background-color: rgb(98,29,22); }

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

border-color css

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

 span { border-color: rgb(98,29,22); }

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