Html Css Color HEX #531C27 Bordeaux

📋 copy color: '#531C27'

red 83 ◦ green 28 ◦ blue 39

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

Shades of Bordeaux #531C27

Tints of Bordeaux #531C27

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.67%

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

R = 55.33%
G = 18.67%
B = 26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#531C27 (or 0x531C27) is known color: Bordeaux. HEX triplet: 53, 1C and 27. RGB value is (83,28,39). Sum of RGB (Red+Green+Blue) = 83+28+39=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #531C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C27 is #ACE3D8. Grayscale: #2D2D2D. Windows color (decimal): -11330521 or 2563155. OLE color: 2563155.

HSL color Cylindrical-coordinate representation of color #531C27: hue angle of 348º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #531C27 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 28 39 -
CMYK 0 0.66 0.53 0.67
HSL 348º 0.5% 0.22% -
HSV(B) 348º 0.66% 0.33% -
XYZ 4.35 2.82 2.23 -
YUV 45.7 124.22 154.61 -
System Red Green Blue C M Y K H S L
Decimal 83 28 39 0 0.66 0.53 0.67 348 0.5 0.22
Hex 53 1C 27 0 42 35 43 15C 32 16
Octal 123 34 47 0 102 65 103 534 62 26
Binary 1010011 11100 100111 0 1000010 110101 1000011 101011100 110010 10110

Color Harmonies of #531C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531C27

Black with #531C27

Text Example


Text Example

White with #531C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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