Html Css Color HEX #661F13 Red Oxide

📋 copy color: '#661F13'

red 102 ◦ green 31 ◦ blue 19

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

Shades of Red Oxide #661F13

Tints of Red Oxide #661F13

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.39%

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

R = 67.11%
G = 20.39%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#661F13 (or 0x661F13) is known color: Red Oxide. HEX triplet: 66, 1F and 13. RGB value is (102,31,19). Sum of RGB (Red+Green+Blue) = 102+31+19=152 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.11% from 152); Green value is 31 (12.5% from 255 or 20.39% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 102 - color contains mainly: red. Hex color #661F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661F13 is #99E0EC. Grayscale: #323232. Windows color (decimal): -10084589 or 1253222. OLE color: 1253222.

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

Color convert

RGB 102 31 19 -
CMYK 0 0.70 0.81 0.6
HSL 8.67º 0.69% 0.24% -
HSV(B) 8.67º 0.81% 0.4% -
XYZ 6.09 3.85 1.04 -
YUV 50.86 110.02 164.48 -
System Red Green Blue C M Y K H S L
Decimal 102 31 19 0 0.70 0.81 0.6 8.67 0.69 0.24
Hex 66 1F 13 0 46 51 3C 9 45 18
Octal 146 37 23 0 106 121 74 11 105 30
Binary 1100110 11111 10011 0 1000110 1010001 111100 1001 1000101 11000

Color Harmonies of #661F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661F13

Black with #661F13

Text Example


Text Example

White with #661F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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