Html Css Color HEX #621B12 Red Oxide

📋 copy color: '#621B12'

red 98 ◦ green 27 ◦ blue 18

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

Shades of Red Oxide #621B12

Tints of Red Oxide #621B12

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.88%

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

R = 68.53%
G = 18.88%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#621B12 (or 0x621B12) is known color: Red Oxide. HEX triplet: 62, 1B and 12. RGB value is (98,27,18). Sum of RGB (Red+Green+Blue) = 98+27+18=143 (18% of max value = 765). Red value is 98 (38.67% from 255 or 68.53% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 98 - color contains mainly: red. Hex color #621B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621B12 is #9DE4ED. Grayscale: #2F2F2F. Windows color (decimal): -10347758 or 1186658. OLE color: 1186658.

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

Color convert

RGB 98 27 18 -
CMYK 0 0.72 0.82 0.62
HSL 6.75º 0.69% 0.23% -
HSV(B) 6.75º 0.82% 0.38% -
XYZ 5.54 3.42 0.94 -
YUV 47.2 111.52 164.23 -
System Red Green Blue C M Y K H S L
Decimal 98 27 18 0 0.72 0.82 0.62 6.75 0.69 0.23
Hex 62 1B 12 0 48 52 3E 7 45 17
Octal 142 33 22 0 110 122 76 7 105 27
Binary 1100010 11011 10010 0 1001000 1010010 111110 111 1000101 10111

Color Harmonies of #621B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621B12

Black with #621B12

Text Example


Text Example

White with #621B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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