Html Css Color HEX #531C29 Bordeaux

📋 copy color: '#531C29'

red 83 ◦ green 28 ◦ blue 41

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

Shades of Bordeaux #531C29

Tints of Bordeaux #531C29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 26.97%

R = 54.61%
G = 18.42%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#531C29 (or 0x531C29) is known color: Bordeaux. HEX triplet: 53, 1C and 29. RGB value is (83,28,41). Sum of RGB (Red+Green+Blue) = 83+28+41=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #531C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C29 is #ACE3D6. Grayscale: #2D2D2D. Windows color (decimal): -11330519 or 2694227. OLE color: 2694227.

HSL color Cylindrical-coordinate representation of color #531C29: hue angle of 345.82º 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 #531C29 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 28 41 -
CMYK 0 0.66 0.51 0.67
HSL 345.82º 0.5% 0.22% -
HSV(B) 345.82º 0.66% 0.33% -
XYZ 4.38 2.83 2.41 -
YUV 45.93 125.22 154.44 -
System Red Green Blue C M Y K H S L
Decimal 83 28 41 0 0.66 0.51 0.67 345.82 0.5 0.22
Hex 53 1C 29 0 42 33 43 15A 32 16
Octal 123 34 51 0 102 63 103 532 62 26
Binary 1010011 11100 101001 0 1000010 110011 1000011 101011010 110010 10110

Color Harmonies of #531C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531C29

Black with #531C29

Text Example


Text Example

White with #531C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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