Html Css Color HEX #531524 Bordeaux

📋 copy color: '#531524'

red 83 ◦ green 21 ◦ blue 36

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

Shades of Bordeaux #531524

Tints of Bordeaux #531524

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15%

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

R = 59.29%
G = 15%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#531524 (or 0x531524) is known color: Bordeaux. HEX triplet: 53, 15 and 24. RGB value is (83,21,36). Sum of RGB (Red+Green+Blue) = 83+21+36=140 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.29% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 83 - color contains mainly: red. Hex color #531524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531524 is #ACEADB. Grayscale: #292929. Windows color (decimal): -11332316 or 2364755. OLE color: 2364755.

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

Color convert

RGB 83 21 36 -
CMYK 0 0.75 0.57 0.67
HSL 345.48º 0.6% 0.2% -
HSV(B) 345.48º 0.75% 0.33% -
XYZ 4.15 2.5 1.93 -
YUV 41.25 125.04 157.78 -
System Red Green Blue C M Y K H S L
Decimal 83 21 36 0 0.75 0.57 0.67 345.48 0.6 0.2
Hex 53 15 24 0 4B 39 43 159 3C 14
Octal 123 25 44 0 113 71 103 531 74 24
Binary 1010011 10101 100100 0 1001011 111001 1000011 101011001 111100 10100

Color Harmonies of #531524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531524

Black with #531524

Text Example


Text Example

White with #531524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531524; }

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

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

background-color css

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

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

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

border-color css

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

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

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