Html Css Color HEX #531D2A Bordeaux

📋 copy color: '#531D2A'

red 83 ◦ green 29 ◦ blue 42

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

Shades of Bordeaux #531D2A

Tints of Bordeaux #531D2A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.83%

 BLUE value IS 42 (16.8% from 255) = 27.27%

R = 53.9%
G = 18.83%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#531D2A (or 0x531D2A) is known color: Bordeaux. HEX triplet: 53, 1D and 2A. RGB value is (83,29,42). Sum of RGB (Red+Green+Blue) = 83+29+42=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #531D2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531D2A is #ACE2D5. Grayscale: #2E2E2E. Windows color (decimal): -11330262 or 2760019. OLE color: 2760019.

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

Color convert

RGB 83 29 42 -
CMYK 0 0.65 0.49 0.67
HSL 345.56º 0.48% 0.22% -
HSV(B) 345.56º 0.65% 0.33% -
XYZ 4.42 2.88 2.51 -
YUV 46.63 125.39 153.94 -
System Red Green Blue C M Y K H S L
Decimal 83 29 42 0 0.65 0.49 0.67 345.56 0.48 0.22
Hex 53 1D 2A 0 41 31 43 15A 30 16
Octal 123 35 52 0 101 61 103 532 60 26
Binary 1010011 11101 101010 0 1000001 110001 1000011 101011010 110000 10110

Color Harmonies of #531D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531D2A

Black with #531D2A

Text Example


Text Example

White with #531D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,29,42); }

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

background-color css

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

 a { background-color: rgb(83,29,42); }

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

border-color css

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

 span { border-color: rgb(83,29,42); }

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