Html Css Color HEX #531424 Bordeaux

📋 copy color: '#531424'

red 83 ◦ green 20 ◦ blue 36

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

Shades of Bordeaux #531424

Tints of Bordeaux #531424

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.39%

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

R = 59.71%
G = 14.39%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#531424 (or 0x531424) is known color: Bordeaux. HEX triplet: 53, 14 and 24. RGB value is (83,20,36). Sum of RGB (Red+Green+Blue) = 83+20+36=139 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.71% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 83 - color contains mainly: red. Hex color #531424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531424 is #ACEBDB. Grayscale: #282828. Windows color (decimal): -11332572 or 2364499. OLE color: 2364499.

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

Color convert

RGB 83 20 36 -
CMYK 0 0.76 0.57 0.67
HSL 344.76º 0.61% 0.2% -
HSV(B) 344.76º 0.76% 0.33% -
XYZ 4.14 2.47 1.93 -
YUV 40.66 125.37 158.2 -
System Red Green Blue C M Y K H S L
Decimal 83 20 36 0 0.76 0.57 0.67 344.76 0.61 0.2
Hex 53 14 24 0 4C 39 43 159 3D 14
Octal 123 24 44 0 114 71 103 531 75 24
Binary 1010011 10100 100100 0 1001100 111001 1000011 101011001 111101 10100

Color Harmonies of #531424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531424

Black with #531424

Text Example


Text Example

White with #531424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531424; }

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

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

background-color css

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

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

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

border-color css

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

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

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