Html Css Color HEX #661D1B Red Oxide

📋 copy color: '#661D1B'

red 102 ◦ green 29 ◦ blue 27

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

Shades of Red Oxide #661D1B

Tints of Red Oxide #661D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.09%

R = 64.56%
G = 18.35%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.6

RGB Variations

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

Color information

#661D1B (or 0x661D1B) is known color: Red Oxide. HEX triplet: 66, 1D and 1B. RGB value is (102,29,27). Sum of RGB (Red+Green+Blue) = 102+29+27=158 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.56% from 158); Green value is 29 (11.72% from 255 or 18.35% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 102 - color contains mainly: red. Hex color #661D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661D1B is #99E2E4. Grayscale: #323232. Windows color (decimal): -10085093 or 1776998. OLE color: 1776998.

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

Color convert

RGB 102 29 27 -
CMYK 0 0.72 0.74 0.6
HSL 1.6º 0.58% 0.25% -
HSV(B) 1.6º 0.74% 0.4% -
XYZ 6.12 3.78 1.44 -
YUV 50.6 114.68 164.66 -
System Red Green Blue C M Y K H S L
Decimal 102 29 27 0 0.72 0.74 0.6 1.6 0.58 0.25
Hex 66 1D 1B 0 48 4A 3C 2 3A 19
Octal 146 35 33 0 110 112 74 2 72 31
Binary 1100110 11101 11011 0 1001000 1001010 111100 10 111010 11001

Color Harmonies of #661D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661D1B

Black with #661D1B

Text Example


Text Example

White with #661D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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