Html Css Color HEX #531828 Bordeaux

📋 copy color: '#531828'

red 83 ◦ green 24 ◦ blue 40

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

Shades of Bordeaux #531828

Tints of Bordeaux #531828

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.33%

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

R = 56.46%
G = 16.33%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#531828 (or 0x531828) is known color: Bordeaux. HEX triplet: 53, 18 and 28. RGB value is (83,24,40). Sum of RGB (Red+Green+Blue) = 83+24+40=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #531828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531828 is #ACE7D7. Grayscale: #2B2B2B. Windows color (decimal): -11331544 or 2627667. OLE color: 2627667.

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

Color convert

RGB 83 24 40 -
CMYK 0 0.71 0.52 0.67
HSL 343.73º 0.55% 0.21% -
HSV(B) 343.73º 0.71% 0.33% -
XYZ 4.28 2.65 2.29 -
YUV 43.47 126.05 156.2 -
System Red Green Blue C M Y K H S L
Decimal 83 24 40 0 0.71 0.52 0.67 343.73 0.55 0.21
Hex 53 18 28 0 47 34 43 158 37 15
Octal 123 30 50 0 107 64 103 530 67 25
Binary 1010011 11000 101000 0 1000111 110100 1000011 101011000 110111 10101

Color Harmonies of #531828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531828

Black with #531828

Text Example


Text Example

White with #531828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531828; }

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

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

background-color css

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

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

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

border-color css

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

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

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