Html Css Color HEX #661D0D Red Oxide

📋 copy color: '#661D0D'

red 102 ◦ green 29 ◦ blue 13

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

Shades of Red Oxide #661D0D

Tints of Red Oxide #661D0D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20.14%

 BLUE value IS 13 (5.47% from 255) = 9.03%

R = 70.83%
G = 20.14%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.6

RGB Variations

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

Color information

#661D0D (or 0x661D0D) is known color: Red Oxide. HEX triplet: 66, 1D and 0D. RGB value is (102,29,13). Sum of RGB (Red+Green+Blue) = 102+29+13=144 (19% of max value = 765). Red value is 102 (40.23% from 255 or 70.83% from 144); Green value is 29 (11.72% from 255 or 20.14% from 144); Blue value is 13 (5.47% from 255 or 9.03% from 144); Max value from RGB is 102 - color contains mainly: red. Hex color #661D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661D0D is #99E2F2. Grayscale: #313131. Windows color (decimal): -10085107 or 859494. OLE color: 859494.

HSL color Cylindrical-coordinate representation of color #661D0D: hue angle of 10.79º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #661D0D is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 29 13 -
CMYK 0 0.72 0.87 0.6
HSL 10.79º 0.77% 0.23% -
HSV(B) 10.79º 0.87% 0.4% -
XYZ 5.99 3.73 0.79 -
YUV 49 107.68 165.8 -
System Red Green Blue C M Y K H S L
Decimal 102 29 13 0 0.72 0.87 0.6 10.79 0.77 0.23
Hex 66 1D D 0 48 57 3C B 4D 17
Octal 146 35 15 0 110 127 74 13 115 27
Binary 1100110 11101 1101 0 1001000 1010111 111100 1011 1001101 10111

Color Harmonies of #661D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661D0D

Black with #661D0D

Text Example


Text Example

White with #661D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,29,13); }

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

background-color css

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

 a { background-color: rgb(102,29,13); }

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

border-color css

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

 span { border-color: rgb(102,29,13); }

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