Html Css Color HEX #531B2A Bordeaux

📋 copy color: '#531B2A'

red 83 ◦ green 27 ◦ blue 42

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

Shades of Bordeaux #531B2A

Tints of Bordeaux #531B2A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.76%

 BLUE value IS 42 (16.8% from 255) = 27.63%

R = 54.61%
G = 17.76%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#531B2A (or 0x531B2A) is known color: Bordeaux. HEX triplet: 53, 1B and 2A. RGB value is (83,27,42). Sum of RGB (Red+Green+Blue) = 83+27+42=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 27 (10.94% from 255 or 17.76% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #531B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B2A is #ACE4D5. Grayscale: #2D2D2D. Windows color (decimal): -11330774 or 2759507. OLE color: 2759507.

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

Color convert

RGB 83 27 42 -
CMYK 0 0.67 0.49 0.67
HSL 343.93º 0.51% 0.22% -
HSV(B) 343.93º 0.67% 0.33% -
XYZ 4.38 2.79 2.5 -
YUV 45.45 126.05 154.78 -
System Red Green Blue C M Y K H S L
Decimal 83 27 42 0 0.67 0.49 0.67 343.93 0.51 0.22
Hex 53 1B 2A 0 43 31 43 158 33 16
Octal 123 33 52 0 103 61 103 530 63 26
Binary 1010011 11011 101010 0 1000011 110001 1000011 101011000 110011 10110

Color Harmonies of #531B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531B2A

Black with #531B2A

Text Example


Text Example

White with #531B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,27,42); }

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

background-color css

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

 a { background-color: rgb(83,27,42); }

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

border-color css

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

 span { border-color: rgb(83,27,42); }

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