Html Css Color HEX #621817 Red Oxide

📋 copy color: '#621817'

red 98 ◦ green 24 ◦ blue 23

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

Shades of Red Oxide #621817

Tints of Red Oxide #621817

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.55%

 BLUE value IS 23 (9.38% from 255) = 15.86%

R = 67.59%
G = 16.55%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#621817 (or 0x621817) is known color: Red Oxide. HEX triplet: 62, 18 and 17. RGB value is (98,24,23). Sum of RGB (Red+Green+Blue) = 98+24+23=145 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.59% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 23 (9.38% from 255 or 15.86% from 145); Max value from RGB is 98 - color contains mainly: red. Hex color #621817 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621817 is #9DE7E8. Grayscale: #2E2E2E. Windows color (decimal): -10348521 or 1513570. OLE color: 1513570.

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

Color convert

RGB 98 24 23 -
CMYK 0 0.76 0.77 0.62
HSL 0.8º 0.62% 0.24% -
HSV(B) 0.8º 0.77% 0.38% -
XYZ 5.52 3.31 1.16 -
YUV 46.01 115.02 165.08 -
System Red Green Blue C M Y K H S L
Decimal 98 24 23 0 0.76 0.77 0.62 0.8 0.62 0.24
Hex 62 18 17 0 4C 4D 3E 1 3E 18
Octal 142 30 27 0 114 115 76 1 76 30
Binary 1100010 11000 10111 0 1001100 1001101 111110 1 111110 11000

Color Harmonies of #621817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621817

Black with #621817

Text Example


Text Example

White with #621817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621817; }

 p { color: rgb(98,24,23); }

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

background-color css

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

 a { background-color: rgb(98,24,23); }

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

border-color css

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

 span { border-color: rgb(98,24,23); }

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