Html Css Color HEX #531C24 Bordeaux

📋 copy color: '#531C24'

red 83 ◦ green 28 ◦ blue 36

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

Shades of Bordeaux #531C24

Tints of Bordeaux #531C24

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.05%

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

R = 56.46%
G = 19.05%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#531C24 (or 0x531C24) is known color: Bordeaux. HEX triplet: 53, 1C and 24. RGB value is (83,28,36). Sum of RGB (Red+Green+Blue) = 83+28+36=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #531C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C24 is #ACE3DB. Grayscale: #2D2D2D. Windows color (decimal): -11330524 or 2366547. OLE color: 2366547.

HSL color Cylindrical-coordinate representation of color #531C24: hue angle of 351.27º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #531C24 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 28 36 -
CMYK 0 0.66 0.57 0.67
HSL 351.27º 0.5% 0.22% -
HSV(B) 351.27º 0.66% 0.33% -
XYZ 4.3 2.8 1.98 -
YUV 45.36 122.72 154.85 -
System Red Green Blue C M Y K H S L
Decimal 83 28 36 0 0.66 0.57 0.67 351.27 0.5 0.22
Hex 53 1C 24 0 42 39 43 15F 32 16
Octal 123 34 44 0 102 71 103 537 62 26
Binary 1010011 11100 100100 0 1000010 111001 1000011 101011111 110010 10110

Color Harmonies of #531C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531C24

Black with #531C24

Text Example


Text Example

White with #531C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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