Html Css Color HEX #531228 Bordeaux

📋 copy color: '#531228'

red 83 ◦ green 18 ◦ blue 40

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

Shades of Bordeaux #531228

Tints of Bordeaux #531228

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.77%

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

R = 58.87%
G = 12.77%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#531228 (or 0x531228) is known color: Bordeaux. HEX triplet: 53, 12 and 28. RGB value is (83,18,40). Sum of RGB (Red+Green+Blue) = 83+18+40=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #531228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531228 is #ACEDD7. Grayscale: #272727. Windows color (decimal): -11333080 or 2626131. OLE color: 2626131.

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

Color convert

RGB 83 18 40 -
CMYK 0 0.78 0.52 0.67
HSL 339.69º 0.64% 0.2% -
HSV(B) 339.69º 0.78% 0.33% -
XYZ 4.17 2.42 2.26 -
YUV 39.94 128.03 158.71 -
System Red Green Blue C M Y K H S L
Decimal 83 18 40 0 0.78 0.52 0.67 339.69 0.64 0.2
Hex 53 12 28 0 4E 34 43 154 40 14
Octal 123 22 50 0 116 64 103 524 100 24
Binary 1010011 10010 101000 0 1001110 110100 1000011 101010100 1000000 10100

Color Harmonies of #531228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531228

Black with #531228

Text Example


Text Example

White with #531228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531228; }

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

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

background-color css

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

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

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

border-color css

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

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

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