Html Css Color HEX #621E19 Red Oxide

📋 copy color: '#621E19'

red 98 ◦ green 30 ◦ blue 25

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

Shades of Red Oxide #621E19

Tints of Red Oxide #621E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 16.34%

R = 64.05%
G = 19.61%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#621E19 (or 0x621E19) is known color: Red Oxide. HEX triplet: 62, 1E and 19. RGB value is (98,30,25). Sum of RGB (Red+Green+Blue) = 98+30+25=153 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.05% from 153); Green value is 30 (12.11% from 255 or 19.61% from 153); Blue value is 25 (10.16% from 255 or 16.34% from 153); Max value from RGB is 98 - color contains mainly: red. Hex color #621E19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621E19 is #9DE1E6. Grayscale: #313131. Windows color (decimal): -10346983 or 1646178. OLE color: 1646178.

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

Color convert

RGB 98 30 25 -
CMYK 0 0.69 0.74 0.62
HSL 4.11º 0.59% 0.24% -
HSV(B) 4.11º 0.74% 0.38% -
XYZ 5.68 3.6 1.31 -
YUV 49.76 114.03 162.41 -
System Red Green Blue C M Y K H S L
Decimal 98 30 25 0 0.69 0.74 0.62 4.11 0.59 0.24
Hex 62 1E 19 0 45 4A 3E 4 3B 18
Octal 142 36 31 0 105 112 76 4 73 30
Binary 1100010 11110 11001 0 1000101 1001010 111110 100 111011 11000

Color Harmonies of #621E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621E19

Black with #621E19

Text Example


Text Example

White with #621E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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