Html Css Color HEX #621B13 Red Oxide

📋 copy color: '#621B13'

red 98 ◦ green 27 ◦ blue 19

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

Shades of Red Oxide #621B13

Tints of Red Oxide #621B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.19%

R = 68.06%
G = 18.75%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#621B13 (or 0x621B13) is known color: Red Oxide. HEX triplet: 62, 1B and 13. RGB value is (98,27,19). Sum of RGB (Red+Green+Blue) = 98+27+19=144 (19% of max value = 765). Red value is 98 (38.67% from 255 or 68.06% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 19 (7.81% from 255 or 13.19% from 144); Max value from RGB is 98 - color contains mainly: red. Hex color #621B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621B13 is #9DE4EC. Grayscale: #2F2F2F. Windows color (decimal): -10347757 or 1252194. OLE color: 1252194.

HSL color Cylindrical-coordinate representation of color #621B13: hue angle of 6.08º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #621B13 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 27 19 -
CMYK 0 0.72 0.81 0.62
HSL 6.08º 0.68% 0.23% -
HSV(B) 6.08º 0.81% 0.38% -
XYZ 5.55 3.43 0.99 -
YUV 47.32 112.02 164.15 -
System Red Green Blue C M Y K H S L
Decimal 98 27 19 0 0.72 0.81 0.62 6.08 0.68 0.23
Hex 62 1B 13 0 48 51 3E 6 44 17
Octal 142 33 23 0 110 121 76 6 104 27
Binary 1100010 11011 10011 0 1001000 1010001 111110 110 1000100 10111

Color Harmonies of #621B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621B13

Black with #621B13

Text Example


Text Example

White with #621B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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