Html Css Color HEX #622019 Red Oxide

📋 copy color: '#622019'

red 98 ◦ green 32 ◦ blue 25

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

Shades of Red Oxide #622019

Tints of Red Oxide #622019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.65%

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

R = 63.23%
G = 20.65%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#622019 (or 0x622019) is known color: Red Oxide. HEX triplet: 62, 20 and 19. RGB value is (98,32,25). Sum of RGB (Red+Green+Blue) = 98+32+25=155 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.23% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 98 - color contains mainly: red. Hex color #622019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622019 is #9DDFE6. Grayscale: #333333. Windows color (decimal): -10346471 or 1646690. OLE color: 1646690.

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

Color convert

RGB 98 32 25 -
CMYK 0 0.67 0.74 0.62
HSL 5.75º 0.59% 0.24% -
HSV(B) 5.75º 0.74% 0.38% -
XYZ 5.73 3.7 1.33 -
YUV 50.94 113.37 161.57 -
System Red Green Blue C M Y K H S L
Decimal 98 32 25 0 0.67 0.74 0.62 5.75 0.59 0.24
Hex 62 20 19 0 43 4A 3E 6 3B 18
Octal 142 40 31 0 103 112 76 6 73 30
Binary 1100010 100000 11001 0 1000011 1001010 111110 110 111011 11000

Color Harmonies of #622019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622019

Black with #622019

Text Example


Text Example

White with #622019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622019; }

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

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

background-color css

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

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

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

border-color css

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

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

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