Html Css Color HEX #661413 Red Oxide

📋 copy color: '#661413'

red 102 ◦ green 20 ◦ blue 19

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

Shades of Red Oxide #661413

Tints of Red Oxide #661413

RGB

 RED value IS 102 (40.23% from 255) = 72.34%

 GREEN value IS 20 (8.2% from 255) = 14.18%

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

R = 72.34%
G = 14.18%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#661413 (or 0x661413) is known color: Red Oxide. HEX triplet: 66, 14 and 13. RGB value is (102,20,19). Sum of RGB (Red+Green+Blue) = 102+20+19=141 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.34% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 102 - color contains mainly: red. Hex color #661413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661413 is #99EBEC. Grayscale: #2C2C2C. Windows color (decimal): -10087405 or 1250406. OLE color: 1250406.

HSL color Cylindrical-coordinate representation of color #661413: hue angle of 0.72º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #661413 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 20 19 -
CMYK 0 0.80 0.81 0.6
HSL 0.72º 0.69% 0.24% -
HSV(B) 0.72º 0.81% 0.4% -
XYZ 5.85 3.37 0.96 -
YUV 44.4 113.67 169.08 -
System Red Green Blue C M Y K H S L
Decimal 102 20 19 0 0.80 0.81 0.6 0.72 0.69 0.24
Hex 66 14 13 0 50 51 3C 1 45 18
Octal 146 24 23 0 120 121 74 1 105 30
Binary 1100110 10100 10011 0 1010000 1010001 111100 1 1000101 11000

Color Harmonies of #661413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661413

Black with #661413

Text Example


Text Example

White with #661413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661413; }

 p { color: rgb(102,20,19); }

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

background-color css

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

 a { background-color: rgb(102,20,19); }

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

border-color css

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

 span { border-color: rgb(102,20,19); }

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