Html Css Color HEX #531824 Bordeaux

📋 copy color: '#531824'

red 83 ◦ green 24 ◦ blue 36

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

Shades of Bordeaux #531824

Tints of Bordeaux #531824

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.78%

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

R = 58.04%
G = 16.78%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#531824 (or 0x531824) is known color: Bordeaux. HEX triplet: 53, 18 and 24. RGB value is (83,24,36). Sum of RGB (Red+Green+Blue) = 83+24+36=143 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.04% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 36 (14.45% from 255 or 25.17% from 143); Max value from RGB is 83 - color contains mainly: red. Hex color #531824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531824 is #ACE7DB. Grayscale: #2B2B2B. Windows color (decimal): -11331548 or 2365523. OLE color: 2365523.

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

Color convert

RGB 83 24 36 -
CMYK 0 0.71 0.57 0.67
HSL 347.8º 0.55% 0.21% -
HSV(B) 347.8º 0.71% 0.33% -
XYZ 4.21 2.62 1.95 -
YUV 43.01 124.05 156.52 -
System Red Green Blue C M Y K H S L
Decimal 83 24 36 0 0.71 0.57 0.67 347.8 0.55 0.21
Hex 53 18 24 0 47 39 43 15C 37 15
Octal 123 30 44 0 107 71 103 534 67 25
Binary 1010011 11000 100100 0 1000111 111001 1000011 101011100 110111 10101

Color Harmonies of #531824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531824

Black with #531824

Text Example


Text Example

White with #531824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531824; }

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

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

background-color css

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

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

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

border-color css

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

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

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