Html Css Color HEX #621711 Red Oxide

📋 copy color: '#621711'

red 98 ◦ green 23 ◦ blue 17

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

Shades of Red Oxide #621711

Tints of Red Oxide #621711

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.67%

 BLUE value IS 17 (7.03% from 255) = 12.32%

R = 71.01%
G = 16.67%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#621711 (or 0x621711) is known color: Red Oxide. HEX triplet: 62, 17 and 11. RGB value is (98,23,17). Sum of RGB (Red+Green+Blue) = 98+23+17=138 (18% of max value = 765). Red value is 98 (38.67% from 255 or 71.01% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 17 (7.03% from 255 or 12.32% from 138); Max value from RGB is 98 - color contains mainly: red. Hex color #621711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621711 is #9DE8EE. Grayscale: #2C2C2C. Windows color (decimal): -10348783 or 1120098. OLE color: 1120098.

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

Color convert

RGB 98 23 17 -
CMYK 0 0.77 0.83 0.62
HSL 4.44º 0.7% 0.23% -
HSV(B) 4.44º 0.83% 0.38% -
XYZ 5.44 3.25 0.87 -
YUV 44.74 112.35 165.99 -
System Red Green Blue C M Y K H S L
Decimal 98 23 17 0 0.77 0.83 0.62 4.44 0.7 0.23
Hex 62 17 11 0 4D 53 3E 4 46 17
Octal 142 27 21 0 115 123 76 4 106 27
Binary 1100010 10111 10001 0 1001101 1010011 111110 100 1000110 10111

Color Harmonies of #621711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621711

Black with #621711

Text Example


Text Example

White with #621711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621711; }

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

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

background-color css

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

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

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

border-color css

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

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

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