Html Css Color HEX #551C1B Red Oxide

📋 copy color: '#551C1B'

red 85 ◦ green 28 ◦ blue 27

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

Shades of Red Oxide #551C1B

Tints of Red Oxide #551C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 19.29%

R = 60.71%
G = 20%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#551C1B (or 0x551C1B) is known color: Red Oxide. HEX triplet: 55, 1C and 1B. RGB value is (85,28,27). Sum of RGB (Red+Green+Blue) = 85+28+27=140 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.71% from 140); Green value is 28 (11.33% from 255 or 20% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 85 - color contains mainly: red. Hex color #551C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551C1B is #AAE3E4. Grayscale: #2C2C2C. Windows color (decimal): -11199461 or 1776725. OLE color: 1776725.

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

Color convert

RGB 85 28 27 -
CMYK 0 0.67 0.68 0.67
HSL 1.03º 0.52% 0.22% -
HSV(B) 1.03º 0.68% 0.33% -
XYZ 4.36 2.84 1.36 -
YUV 44.93 117.88 156.58 -
System Red Green Blue C M Y K H S L
Decimal 85 28 27 0 0.67 0.68 0.67 1.03 0.52 0.22
Hex 55 1C 1B 0 43 44 43 1 34 16
Octal 125 34 33 0 103 104 103 1 64 26
Binary 1010101 11100 11011 0 1000011 1000100 1000011 1 110100 10110

Color Harmonies of #551C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551C1B

Black with #551C1B

Text Example


Text Example

White with #551C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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