Html Css Color HEX #621912 Red Oxide

📋 copy color: '#621912'

red 98 ◦ green 25 ◦ blue 18

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

Shades of Red Oxide #621912

Tints of Red Oxide #621912

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.73%

 BLUE value IS 18 (7.42% from 255) = 12.77%

R = 69.5%
G = 17.73%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#621912 (or 0x621912) is known color: Red Oxide. HEX triplet: 62, 19 and 12. RGB value is (98,25,18). Sum of RGB (Red+Green+Blue) = 98+25+18=141 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.50% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 98 - color contains mainly: red. Hex color #621912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621912 is #9DE6ED. Grayscale: #2E2E2E. Windows color (decimal): -10348270 or 1186146. OLE color: 1186146.

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

Color convert

RGB 98 25 18 -
CMYK 0 0.74 0.82 0.62
HSL 5.25º 0.69% 0.23% -
HSV(B) 5.25º 0.82% 0.38% -
XYZ 5.49 3.34 0.93 -
YUV 46.03 112.18 165.07 -
System Red Green Blue C M Y K H S L
Decimal 98 25 18 0 0.74 0.82 0.62 5.25 0.69 0.23
Hex 62 19 12 0 4A 52 3E 5 45 17
Octal 142 31 22 0 112 122 76 5 105 27
Binary 1100010 11001 10010 0 1001010 1010010 111110 101 1000101 10111

Color Harmonies of #621912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621912

Black with #621912

Text Example


Text Example

White with #621912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621912; }

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

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

background-color css

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

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

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

border-color css

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

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

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