Html Css Color HEX #531624 Bordeaux

📋 copy color: '#531624'

red 83 ◦ green 22 ◦ blue 36

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

Shades of Bordeaux #531624

Tints of Bordeaux #531624

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.6%

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

R = 58.87%
G = 15.6%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#531624 (or 0x531624) is known color: Bordeaux. HEX triplet: 53, 16 and 24. RGB value is (83,22,36). Sum of RGB (Red+Green+Blue) = 83+22+36=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #531624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531624 is #ACE9DB. Grayscale: #292929. Windows color (decimal): -11332060 or 2365011. OLE color: 2365011.

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

Color convert

RGB 83 22 36 -
CMYK 0 0.73 0.57 0.67
HSL 346.23º 0.58% 0.21% -
HSV(B) 346.23º 0.73% 0.33% -
XYZ 4.17 2.54 1.94 -
YUV 41.84 124.71 157.36 -
System Red Green Blue C M Y K H S L
Decimal 83 22 36 0 0.73 0.57 0.67 346.23 0.58 0.21
Hex 53 16 24 0 49 39 43 15A 3A 15
Octal 123 26 44 0 111 71 103 532 72 25
Binary 1010011 10110 100100 0 1001001 111001 1000011 101011010 111010 10101

Color Harmonies of #531624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531624

Black with #531624

Text Example


Text Example

White with #531624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531624; }

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

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

background-color css

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

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

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

border-color css

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

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

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