#551D1D

Color #551D1D Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #551D1D

Tints of Red Oxide #551D1D

Color information

#551D1D (or 0x551D1D) is unknown color: approx Red Oxide. HEX triplet: 55, 1D and 1D. RGB value is (85,29,29). Sum of RGB (Red+Green+Blue) = 85+29+29=143 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.44% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 85 - color contains mainly: red. Hex color #551D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551D1D is #AAE2E2. Grayscale: #2D2D2D. Windows color (decimal): -11199203 or 1908053. OLE color: 1908053.

HSL color Cylindrical-coordinate representation of color #551D1D: hue angle of 0º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #551D1D is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB852929-
CMYK00.660.660.67
HSL49.12%22.35%-
HSV(B)65.88%33.33%-
XYZ4.412.91.49-
YUV45.74118.55156-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.44%
GREEN value IS 29 (11.72% from 255) = 20.28%
BLUE value IS 29 (11.72% from 255) = 20.28%
R=59.44%
G=20.28%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85292900.660.660.67049.1222.35
Hex551D1D042424303116
Octal1253535010210210306126
Binary101010111101111010100001010000101000011011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551D1D; }

 p { color: rgb(85,29,29); }

 H1.HeaderClassName
 {
   color: #551D1D;
 }
 .AnyTagClassName
 {
   color: #551D1D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #551D1D;
 }
 .BgClassName
 {
   background-color: #551D1D;
 }
</style>
border-color css

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

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

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