Html Css Color HEX #531928 Bordeaux

📋 copy color: '#531928'

red 83 ◦ green 25 ◦ blue 40

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

Shades of Bordeaux #531928

Tints of Bordeaux #531928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.89%

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

R = 56.08%
G = 16.89%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#531928 (or 0x531928) is known color: Bordeaux. HEX triplet: 53, 19 and 28. RGB value is (83,25,40). Sum of RGB (Red+Green+Blue) = 83+25+40=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 40 (16.02% from 255 or 27.03% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #531928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531928 is #ACE6D7. Grayscale: #2C2C2C. Windows color (decimal): -11331288 or 2627923. OLE color: 2627923.

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

Color convert

RGB 83 25 40 -
CMYK 0 0.70 0.52 0.67
HSL 344.48º 0.54% 0.21% -
HSV(B) 344.48º 0.7% 0.33% -
XYZ 4.3 2.69 2.3 -
YUV 44.05 125.72 155.78 -
System Red Green Blue C M Y K H S L
Decimal 83 25 40 0 0.70 0.52 0.67 344.48 0.54 0.21
Hex 53 19 28 0 46 34 43 158 36 15
Octal 123 31 50 0 106 64 103 530 66 25
Binary 1010011 11001 101000 0 1000110 110100 1000011 101011000 110110 10101

Color Harmonies of #531928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531928

Black with #531928

Text Example


Text Example

White with #531928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531928; }

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

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

background-color css

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

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

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

border-color css

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

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

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