Html Css Color HEX #551624 Bordeaux

📋 copy color: '#551624'

red 85 ◦ green 22 ◦ blue 36

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

Shades of Bordeaux #551624

Tints of Bordeaux #551624

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.38%

 BLUE value IS 36 (14.45% from 255) = 25.17%

R = 59.44%
G = 15.38%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#551624 (or 0x551624) is known color: Bordeaux. HEX triplet: 55, 16 and 24. RGB value is (85,22,36). Sum of RGB (Red+Green+Blue) = 85+22+36=143 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.44% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 36 (14.45% from 255 or 25.17% from 143); Max value from RGB is 85 - color contains mainly: red. Hex color #551624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551624 is #AAE9DB. Grayscale: #2A2A2A. Windows color (decimal): -11200988 or 2365013. OLE color: 2365013.

HSL color Cylindrical-coordinate representation of color #551624: hue angle of 346.67º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #551624 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 22 36 -
CMYK 0 0.74 0.58 0.67
HSL 346.67º 0.59% 0.21% -
HSV(B) 346.67º 0.74% 0.33% -
XYZ 4.35 2.63 1.95 -
YUV 42.43 124.37 158.36 -
System Red Green Blue C M Y K H S L
Decimal 85 22 36 0 0.74 0.58 0.67 346.67 0.59 0.21
Hex 55 16 24 0 4A 3A 43 15B 3B 15
Octal 125 26 44 0 112 72 103 533 73 25
Binary 1010101 10110 100100 0 1001010 111010 1000011 101011011 111011 10101

Color Harmonies of #551624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551624

Black with #551624

Text Example


Text Example

White with #551624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551624; }

 p { color: rgb(85,22,36); }

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

background-color css

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

 a { background-color: rgb(85,22,36); }

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

border-color css

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

 span { border-color: rgb(85,22,36); }

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