Html Css Color HEX #551D19 Red Oxide

📋 copy color: '#551D19'

red 85 ◦ green 29 ◦ blue 25

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

Shades of Red Oxide #551D19

Tints of Red Oxide #551D19

RGB

 RED value IS 85 (33.59% from 255) = 61.15%

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

 BLUE value IS 25 (10.16% from 255) = 17.99%

R = 61.15%
G = 20.86%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#551D19 (or 0x551D19) is known color: Red Oxide. HEX triplet: 55, 1D and 19. RGB value is (85,29,25). Sum of RGB (Red+Green+Blue) = 85+29+25=139 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.15% from 139); Green value is 29 (11.72% from 255 or 20.86% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 85 - color contains mainly: red. Hex color #551D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551D19 is #AAE2E6. Grayscale: #2D2D2D. Windows color (decimal): -11199207 or 1645909. OLE color: 1645909.

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

Color convert

RGB 85 29 25 -
CMYK 0 0.66 0.71 0.67
HSL 0.55% 0.22% -
HSV(B) 0.71% 0.33% -
XYZ 4.36 2.88 1.25 -
YUV 45.29 116.55 156.33 -
System Red Green Blue C M Y K H S L
Decimal 85 29 25 0 0.66 0.71 0.67 4 0.55 0.22
Hex 55 1D 19 0 42 47 43 4 37 16
Octal 125 35 31 0 102 107 103 4 67 26
Binary 1010101 11101 11001 0 1000010 1000111 1000011 100 110111 10110

Color Harmonies of #551D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551D19

Black with #551D19

Text Example


Text Example

White with #551D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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