Html Css Color HEX #531D24 Bordeaux

📋 copy color: '#531D24'

red 83 ◦ green 29 ◦ blue 36

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

Shades of Bordeaux #531D24

Tints of Bordeaux #531D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 24.32%

R = 56.08%
G = 19.59%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#531D24 (or 0x531D24) is known color: Bordeaux. HEX triplet: 53, 1D and 24. RGB value is (83,29,36). Sum of RGB (Red+Green+Blue) = 83+29+36=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 36 (14.45% from 255 or 24.32% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #531D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531D24 is #ACE2DB. Grayscale: #2D2D2D. Windows color (decimal): -11330268 or 2366803. OLE color: 2366803.

HSL color Cylindrical-coordinate representation of color #531D24: hue angle of 352.22º 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 #531D24 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 29 36 -
CMYK 0 0.65 0.57 0.67
HSL 352.22º 0.48% 0.22% -
HSV(B) 352.22º 0.65% 0.33% -
XYZ 4.33 2.85 1.99 -
YUV 45.94 122.39 154.43 -
System Red Green Blue C M Y K H S L
Decimal 83 29 36 0 0.65 0.57 0.67 352.22 0.48 0.22
Hex 53 1D 24 0 41 39 43 160 30 16
Octal 123 35 44 0 101 71 103 540 60 26
Binary 1010011 11101 100100 0 1000001 111001 1000011 101100000 110000 10110

Color Harmonies of #531D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531D24

Black with #531D24

Text Example


Text Example

White with #531D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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