Html Css Color HEX #531028 Bordeaux

📋 copy color: '#531028'

red 83 ◦ green 16 ◦ blue 40

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

Shades of Bordeaux #531028

Tints of Bordeaux #531028

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.51%

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

R = 59.71%
G = 11.51%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#531028 (or 0x531028) is known color: Bordeaux. HEX triplet: 53, 10 and 28. RGB value is (83,16,40). Sum of RGB (Red+Green+Blue) = 83+16+40=139 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.71% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 83 - color contains mainly: red. Hex color #531028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531028 is #ACEFD7. Grayscale: #262626. Windows color (decimal): -11333592 or 2625619. OLE color: 2625619.

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

Color convert

RGB 83 16 40 -
CMYK 0 0.81 0.52 0.67
HSL 338.51º 0.68% 0.19% -
HSV(B) 338.51º 0.81% 0.33% -
XYZ 4.14 2.36 2.25 -
YUV 38.77 128.7 159.55 -
System Red Green Blue C M Y K H S L
Decimal 83 16 40 0 0.81 0.52 0.67 338.51 0.68 0.19
Hex 53 10 28 0 51 34 43 153 44 13
Octal 123 20 50 0 121 64 103 523 104 23
Binary 1010011 10000 101000 0 1010001 110100 1000011 101010011 1000100 10011

Color Harmonies of #531028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531028

Black with #531028

Text Example


Text Example

White with #531028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531028; }

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

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

background-color css

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

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

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

border-color css

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

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

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