Html Css Color HEX #621E15 Red Oxide

📋 copy color: '#621E15'

red 98 ◦ green 30 ◦ blue 21

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

Shades of Red Oxide #621E15

Tints of Red Oxide #621E15

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.13%

 BLUE value IS 21 (8.59% from 255) = 14.09%

R = 65.77%
G = 20.13%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#621E15 (or 0x621E15) is known color: Red Oxide. HEX triplet: 62, 1E and 15. RGB value is (98,30,21). Sum of RGB (Red+Green+Blue) = 98+30+21=149 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.77% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 98 - color contains mainly: red. Hex color #621E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621E15 is #9DE1EA. Grayscale: #313131. Windows color (decimal): -10346987 or 1384034. OLE color: 1384034.

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

Color convert

RGB 98 30 21 -
CMYK 0 0.69 0.79 0.62
HSL 7.01º 0.65% 0.23% -
HSV(B) 7.01º 0.79% 0.38% -
XYZ 5.64 3.58 1.1 -
YUV 49.31 112.03 162.73 -
System Red Green Blue C M Y K H S L
Decimal 98 30 21 0 0.69 0.79 0.62 7.01 0.65 0.23
Hex 62 1E 15 0 45 4F 3E 7 41 17
Octal 142 36 25 0 105 117 76 7 101 27
Binary 1100010 11110 10101 0 1000101 1001111 111110 111 1000001 10111

Color Harmonies of #621E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621E15

Black with #621E15

Text Example


Text Example

White with #621E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,30,21); }

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

background-color css

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

 a { background-color: rgb(98,30,21); }

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

border-color css

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

 span { border-color: rgb(98,30,21); }

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