Html Css Color HEX #661813 Red Oxide

📋 copy color: '#661813'

red 102 ◦ green 24 ◦ blue 19

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

Shades of Red Oxide #661813

Tints of Red Oxide #661813

RGB

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

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

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

R = 70.34%
G = 16.55%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#661813 (or 0x661813) is known color: Red Oxide. HEX triplet: 66, 18 and 13. RGB value is (102,24,19). Sum of RGB (Red+Green+Blue) = 102+24+19=145 (19% of max value = 765). Red value is 102 (40.23% from 255 or 70.34% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 102 - color contains mainly: red. Hex color #661813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661813 is #99E7EC. Grayscale: #2E2E2E. Windows color (decimal): -10086381 or 1251430. OLE color: 1251430.

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

Color convert

RGB 102 24 19 -
CMYK 0 0.76 0.81 0.6
HSL 3.61º 0.69% 0.24% -
HSV(B) 3.61º 0.81% 0.4% -
XYZ 5.92 3.53 0.98 -
YUV 46.75 112.34 167.41 -
System Red Green Blue C M Y K H S L
Decimal 102 24 19 0 0.76 0.81 0.6 3.61 0.69 0.24
Hex 66 18 13 0 4C 51 3C 4 45 18
Octal 146 30 23 0 114 121 74 4 105 30
Binary 1100110 11000 10011 0 1001100 1010001 111100 100 1000101 11000

Color Harmonies of #661813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661813

Black with #661813

Text Example


Text Example

White with #661813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661813; }

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

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

background-color css

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

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

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

border-color css

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

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

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