Html Css Color HEX #531227 Bordeaux

📋 copy color: '#531227'

red 83 ◦ green 18 ◦ blue 39

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

Shades of Bordeaux #531227

Tints of Bordeaux #531227

RGB

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

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

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

R = 59.29%
G = 12.86%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#531227 (or 0x531227) is known color: Bordeaux. HEX triplet: 53, 12 and 27. RGB value is (83,18,39). Sum of RGB (Red+Green+Blue) = 83+18+39=140 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.29% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 39 (15.62% from 255 or 27.86% from 140); Max value from RGB is 83 - color contains mainly: red. Hex color #531227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531227 is #ACEDD8. Grayscale: #272727. Windows color (decimal): -11333081 or 2560595. OLE color: 2560595.

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

Color convert

RGB 83 18 39 -
CMYK 0 0.78 0.53 0.67
HSL 340.62º 0.64% 0.2% -
HSV(B) 340.62º 0.78% 0.33% -
XYZ 4.15 2.42 2.17 -
YUV 39.83 127.53 158.79 -
System Red Green Blue C M Y K H S L
Decimal 83 18 39 0 0.78 0.53 0.67 340.62 0.64 0.2
Hex 53 12 27 0 4E 35 43 155 40 14
Octal 123 22 47 0 116 65 103 525 100 24
Binary 1010011 10010 100111 0 1001110 110101 1000011 101010101 1000000 10100

Color Harmonies of #531227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531227

Black with #531227

Text Example


Text Example

White with #531227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531227; }

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

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

background-color css

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

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

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

border-color css

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

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

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