Html Css Color HEX #551A10 Red Oxide

📋 copy color: '#551A10'

red 85 ◦ green 26 ◦ blue 16

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

Shades of Red Oxide #551A10

Tints of Red Oxide #551A10

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20.47%

 BLUE value IS 16 (6.64% from 255) = 12.6%

R = 66.93%
G = 20.47%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#551A10 (or 0x551A10) is known color: Red Oxide. HEX triplet: 55, 1A and 10. RGB value is (85,26,16). Sum of RGB (Red+Green+Blue) = 85+26+16=127 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.93% from 127); Green value is 26 (10.55% from 255 or 20.47% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 85 - color contains mainly: red. Hex color #551A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551A10 is #AAE5EF. Grayscale: #2A2A2A. Windows color (decimal): -11199984 or 1055317. OLE color: 1055317.

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

Color convert

RGB 85 26 16 -
CMYK 0 0.69 0.81 0.67
HSL 8.7º 0.68% 0.2% -
HSV(B) 8.7º 0.81% 0.33% -
XYZ 4.21 2.71 0.79 -
YUV 42.5 113.05 158.31 -
System Red Green Blue C M Y K H S L
Decimal 85 26 16 0 0.69 0.81 0.67 8.7 0.68 0.2
Hex 55 1A 10 0 45 51 43 9 44 14
Octal 125 32 20 0 105 121 103 11 104 24
Binary 1010101 11010 10000 0 1000101 1010001 1000011 1001 1000100 10100

Color Harmonies of #551A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551A10

Black with #551A10

Text Example


Text Example

White with #551A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,26,16); }

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

background-color css

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

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

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

border-color css

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

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

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