Html Css Color HEX #531724 Bordeaux

📋 copy color: '#531724'

red 83 ◦ green 23 ◦ blue 36

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

Shades of Bordeaux #531724

Tints of Bordeaux #531724

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.2%

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

R = 58.45%
G = 16.2%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#531724 (or 0x531724) is known color: Bordeaux. HEX triplet: 53, 17 and 24. RGB value is (83,23,36). Sum of RGB (Red+Green+Blue) = 83+23+36=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 36 (14.45% from 255 or 25.35% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #531724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531724 is #ACE8DB. Grayscale: #2A2A2A. Windows color (decimal): -11331804 or 2365267. OLE color: 2365267.

HSL color Cylindrical-coordinate representation of color #531724: hue angle of 347º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #531724 is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 23 36 -
CMYK 0 0.72 0.57 0.67
HSL 347º 0.57% 0.21% -
HSV(B) 347º 0.72% 0.33% -
XYZ 4.19 2.58 1.95 -
YUV 42.42 124.38 156.94 -
System Red Green Blue C M Y K H S L
Decimal 83 23 36 0 0.72 0.57 0.67 347 0.57 0.21
Hex 53 17 24 0 48 39 43 15B 39 15
Octal 123 27 44 0 110 71 103 533 71 25
Binary 1010011 10111 100100 0 1001000 111001 1000011 101011011 111001 10101

Color Harmonies of #531724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531724

Black with #531724

Text Example


Text Example

White with #531724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531724; }

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

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

background-color css

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

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

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

border-color css

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

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

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