Html Css Color HEX #531027 Bordeaux

📋 copy color: '#531027'

red 83 ◦ green 16 ◦ blue 39

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

Shades of Bordeaux #531027

Tints of Bordeaux #531027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 28.26%

R = 60.14%
G = 11.59%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#531027 (or 0x531027) is known color: Bordeaux. HEX triplet: 53, 10 and 27. RGB value is (83,16,39). Sum of RGB (Red+Green+Blue) = 83+16+39=138 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.14% from 138); Green value is 16 (6.64% from 255 or 11.59% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 83 - color contains mainly: red. Hex color #531027 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531027 is #ACEFD8. Grayscale: #262626. Windows color (decimal): -11333593 or 2560083. OLE color: 2560083.

HSL color Cylindrical-coordinate representation of color #531027: hue angle of 339.4º 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 #531027 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 16 39 -
CMYK 0 0.81 0.53 0.67
HSL 339.4º 0.68% 0.19% -
HSV(B) 339.4º 0.81% 0.33% -
XYZ 4.12 2.36 2.16 -
YUV 38.66 128.2 159.63 -
System Red Green Blue C M Y K H S L
Decimal 83 16 39 0 0.81 0.53 0.67 339.4 0.68 0.19
Hex 53 10 27 0 51 35 43 153 44 13
Octal 123 20 47 0 121 65 103 523 104 23
Binary 1010011 10000 100111 0 1010001 110101 1000011 101010011 1000100 10011

Color Harmonies of #531027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531027

Black with #531027

Text Example


Text Example

White with #531027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531027; }

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

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

background-color css

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

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

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

border-color css

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

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

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