Html Css Color HEX #551A0F Red Oxide

📋 copy color: '#551A0F'

red 85 ◦ green 26 ◦ blue 15

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

Shades of Red Oxide #551A0F

Tints of Red Oxide #551A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.9%

R = 67.46%
G = 20.63%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#551A0F (or 0x551A0F) is known color: Red Oxide. HEX triplet: 55, 1A and 0F. RGB value is (85,26,15). Sum of RGB (Red+Green+Blue) = 85+26+15=126 (16% of max value = 765). Red value is 85 (33.59% from 255 or 67.46% from 126); Green value is 26 (10.55% from 255 or 20.63% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 85 - color contains mainly: red. Hex color #551A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551A0F is #AAE5F0. Grayscale: #2A2A2A. Windows color (decimal): -11199985 or 989781. OLE color: 989781.

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

Color convert

RGB 85 26 15 -
CMYK 0 0.69 0.82 0.67
HSL 9.43º 0.7% 0.2% -
HSV(B) 9.43º 0.82% 0.33% -
XYZ 4.2 2.7 0.75 -
YUV 42.39 112.55 158.39 -
System Red Green Blue C M Y K H S L
Decimal 85 26 15 0 0.69 0.82 0.67 9.43 0.7 0.2
Hex 55 1A F 0 45 52 43 9 46 14
Octal 125 32 17 0 105 122 103 11 106 24
Binary 1010101 11010 1111 0 1000101 1010010 1000011 1001 1000110 10100

Color Harmonies of #551A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551A0F

Black with #551A0F

Text Example


Text Example

White with #551A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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