Html Css Color HEX #551A2A Bordeaux

📋 copy color: '#551A2A'

red 85 ◦ green 26 ◦ blue 42

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

Shades of Bordeaux #551A2A

Tints of Bordeaux #551A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 27.45%

R = 55.56%
G = 16.99%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#551A2A (or 0x551A2A) is known color: Bordeaux. HEX triplet: 55, 1A and 2A. RGB value is (85,26,42). Sum of RGB (Red+Green+Blue) = 85+26+42=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 26 (10.55% from 255 or 16.99% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #551A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551A2A is #AAE5D5. Grayscale: #2D2D2D. Windows color (decimal): -11199958 or 2759253. OLE color: 2759253.

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

Color convert

RGB 85 26 42 -
CMYK 0 0.69 0.51 0.67
HSL 343.73º 0.53% 0.22% -
HSV(B) 343.73º 0.69% 0.33% -
XYZ 4.53 2.84 2.5 -
YUV 45.47 126.05 156.2 -
System Red Green Blue C M Y K H S L
Decimal 85 26 42 0 0.69 0.51 0.67 343.73 0.53 0.22
Hex 55 1A 2A 0 45 33 43 158 35 16
Octal 125 32 52 0 105 63 103 530 65 26
Binary 1010101 11010 101010 0 1000101 110011 1000011 101011000 110101 10110

Color Harmonies of #551A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551A2A

Black with #551A2A

Text Example


Text Example

White with #551A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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