Html Css Color HEX #621812 Red Oxide

📋 copy color: '#621812'

red 98 ◦ green 24 ◦ blue 18

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

Shades of Red Oxide #621812

Tints of Red Oxide #621812

RGB

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

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

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

R = 70%
G = 17.14%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#621812 (or 0x621812) is known color: Red Oxide. HEX triplet: 62, 18 and 12. RGB value is (98,24,18). Sum of RGB (Red+Green+Blue) = 98+24+18=140 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 98 - color contains mainly: red. Hex color #621812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621812 is #9DE7ED. Grayscale: #2D2D2D. Windows color (decimal): -10348526 or 1185890. OLE color: 1185890.

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

Color convert

RGB 98 24 18 -
CMYK 0 0.76 0.82 0.62
HSL 4.5º 0.69% 0.23% -
HSV(B) 4.5º 0.82% 0.38% -
XYZ 5.47 3.29 0.92 -
YUV 45.44 112.52 165.49 -
System Red Green Blue C M Y K H S L
Decimal 98 24 18 0 0.76 0.82 0.62 4.5 0.69 0.23
Hex 62 18 12 0 4C 52 3E 4 45 17
Octal 142 30 22 0 114 122 76 4 105 27
Binary 1100010 11000 10010 0 1001100 1010010 111110 100 1000101 10111

Color Harmonies of #621812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621812

Black with #621812

Text Example


Text Example

White with #621812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621812; }

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

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

background-color css

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

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

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

border-color css

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

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

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