Html Css Color HEX #531224 Bordeaux

📋 copy color: '#531224'

red 83 ◦ green 18 ◦ blue 36

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

Shades of Bordeaux #531224

Tints of Bordeaux #531224

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.14%

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

R = 60.58%
G = 13.14%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#531224 (or 0x531224) is known color: Bordeaux. HEX triplet: 53, 12 and 24. RGB value is (83,18,36). Sum of RGB (Red+Green+Blue) = 83+18+36=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #531224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531224 is #ACEDDB. Grayscale: #272727. Windows color (decimal): -11333084 or 2363987. OLE color: 2363987.

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

Color convert

RGB 83 18 36 -
CMYK 0 0.78 0.57 0.67
HSL 343.38º 0.64% 0.2% -
HSV(B) 343.38º 0.78% 0.33% -
XYZ 4.1 2.4 1.92 -
YUV 39.49 126.03 159.04 -
System Red Green Blue C M Y K H S L
Decimal 83 18 36 0 0.78 0.57 0.67 343.38 0.64 0.2
Hex 53 12 24 0 4E 39 43 157 40 14
Octal 123 22 44 0 116 71 103 527 100 24
Binary 1010011 10010 100100 0 1001110 111001 1000011 101010111 1000000 10100

Color Harmonies of #531224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531224

Black with #531224

Text Example


Text Example

White with #531224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531224; }

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

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

background-color css

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

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

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

border-color css

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

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

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