Html Css Color HEX #621B15 Red Oxide

📋 copy color: '#621B15'

red 98 ◦ green 27 ◦ blue 21

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

Shades of Red Oxide #621B15

Tints of Red Oxide #621B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14.38%

R = 67.12%
G = 18.49%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#621B15 (or 0x621B15) is known color: Red Oxide. HEX triplet: 62, 1B and 15. RGB value is (98,27,21). Sum of RGB (Red+Green+Blue) = 98+27+21=146 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.12% from 146); Green value is 27 (10.94% from 255 or 18.49% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 98 - color contains mainly: red. Hex color #621B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621B15 is #9DE4EA. Grayscale: #2F2F2F. Windows color (decimal): -10347755 or 1383266. OLE color: 1383266.

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

Color convert

RGB 98 27 21 -
CMYK 0 0.72 0.79 0.62
HSL 4.68º 0.65% 0.23% -
HSV(B) 4.68º 0.79% 0.38% -
XYZ 5.56 3.43 1.08 -
YUV 47.55 113.02 163.99 -
System Red Green Blue C M Y K H S L
Decimal 98 27 21 0 0.72 0.79 0.62 4.68 0.65 0.23
Hex 62 1B 15 0 48 4F 3E 5 41 17
Octal 142 33 25 0 110 117 76 5 101 27
Binary 1100010 11011 10101 0 1001000 1001111 111110 101 1000001 10111

Color Harmonies of #621B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621B15

Black with #621B15

Text Example


Text Example

White with #621B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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