Html Css Color HEX #551C13 Red Oxide

📋 copy color: '#551C13'

red 85 ◦ green 28 ◦ blue 19

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

Shades of Red Oxide #551C13

Tints of Red Oxide #551C13

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.21%

 BLUE value IS 19 (7.81% from 255) = 14.39%

R = 64.39%
G = 21.21%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#551C13 (or 0x551C13) is known color: Red Oxide. HEX triplet: 55, 1C and 13. RGB value is (85,28,19). Sum of RGB (Red+Green+Blue) = 85+28+19=132 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.39% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 19 (7.81% from 255 or 14.39% from 132); Max value from RGB is 85 - color contains mainly: red. Hex color #551C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551C13 is #AAE3EC. Grayscale: #2C2C2C. Windows color (decimal): -11199469 or 1252437. OLE color: 1252437.

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

Color convert

RGB 85 28 19 -
CMYK 0 0.67 0.78 0.67
HSL 8.18º 0.63% 0.2% -
HSV(B) 8.18º 0.78% 0.33% -
XYZ 4.28 2.81 0.93 -
YUV 44.02 113.88 157.23 -
System Red Green Blue C M Y K H S L
Decimal 85 28 19 0 0.67 0.78 0.67 8.18 0.63 0.2
Hex 55 1C 13 0 43 4E 43 8 3F 14
Octal 125 34 23 0 103 116 103 10 77 24
Binary 1010101 11100 10011 0 1000011 1001110 1000011 1000 111111 10100

Color Harmonies of #551C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551C13

Black with #551C13

Text Example


Text Example

White with #551C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,28,19); }

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

background-color css

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

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

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

border-color css

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

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

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