Html Css Color HEX #531B28 Bordeaux

📋 copy color: '#531B28'

red 83 ◦ green 27 ◦ blue 40

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

Shades of Bordeaux #531B28

Tints of Bordeaux #531B28

RGB

 RED value IS 83 (32.81% from 255) = 55.33%

 GREEN value IS 27 (10.94% from 255) = 18%

 BLUE value IS 40 (16.02% from 255) = 26.67%

R = 55.33%
G = 18%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#531B28 (or 0x531B28) is known color: Bordeaux. HEX triplet: 53, 1B and 28. RGB value is (83,27,40). Sum of RGB (Red+Green+Blue) = 83+27+40=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 27 (10.94% from 255 or 18% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #531B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B28 is #ACE4D7. Grayscale: #2D2D2D. Windows color (decimal): -11330776 or 2628435. OLE color: 2628435.

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

Color convert

RGB 83 27 40 -
CMYK 0 0.67 0.52 0.67
HSL 346.07º 0.51% 0.22% -
HSV(B) 346.07º 0.67% 0.33% -
XYZ 4.34 2.78 2.31 -
YUV 45.23 125.05 154.94 -
System Red Green Blue C M Y K H S L
Decimal 83 27 40 0 0.67 0.52 0.67 346.07 0.51 0.22
Hex 53 1B 28 0 43 34 43 15A 33 16
Octal 123 33 50 0 103 64 103 532 63 26
Binary 1010011 11011 101000 0 1000011 110100 1000011 101011010 110011 10110

Color Harmonies of #531B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531B28

Black with #531B28

Text Example


Text Example

White with #531B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531B28; }

 p { color: rgb(83,27,40); }

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

background-color css

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

 a { background-color: rgb(83,27,40); }

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

border-color css

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

 span { border-color: rgb(83,27,40); }

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