Html Css Color HEX #531C2B Bordeaux

📋 copy color: '#531C2B'

red 83 ◦ green 28 ◦ blue 43

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

Shades of Bordeaux #531C2B

Tints of Bordeaux #531C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 27.92%

R = 53.9%
G = 18.18%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#531C2B (or 0x531C2B) is known color: Bordeaux. HEX triplet: 53, 1C and 2B. RGB value is (83,28,43). Sum of RGB (Red+Green+Blue) = 83+28+43=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 28 (11.33% from 255 or 18.18% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #531C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C2B is #ACE3D4. Grayscale: #2E2E2E. Windows color (decimal): -11330517 or 2825299. OLE color: 2825299.

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

Color convert

RGB 83 28 43 -
CMYK 0 0.66 0.48 0.67
HSL 343.64º 0.5% 0.22% -
HSV(B) 343.64º 0.66% 0.33% -
XYZ 4.42 2.84 2.6 -
YUV 46.16 126.22 154.28 -
System Red Green Blue C M Y K H S L
Decimal 83 28 43 0 0.66 0.48 0.67 343.64 0.5 0.22
Hex 53 1C 2B 0 42 30 43 158 32 16
Octal 123 34 53 0 102 60 103 530 62 26
Binary 1010011 11100 101011 0 1000010 110000 1000011 101011000 110010 10110

Color Harmonies of #531C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531C2B

Black with #531C2B

Text Example


Text Example

White with #531C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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