Html Css Color HEX #531D28 Bordeaux

📋 copy color: '#531D28'

red 83 ◦ green 29 ◦ blue 40

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

Shades of Bordeaux #531D28

Tints of Bordeaux #531D28

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.08%

 BLUE value IS 40 (16.02% from 255) = 26.32%

R = 54.61%
G = 19.08%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#531D28 (or 0x531D28) is known color: Bordeaux. HEX triplet: 53, 1D and 28. RGB value is (83,29,40). Sum of RGB (Red+Green+Blue) = 83+29+40=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 29 (11.72% from 255 or 19.08% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #531D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531D28 is #ACE2D7. Grayscale: #2E2E2E. Windows color (decimal): -11330264 or 2628947. OLE color: 2628947.

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

Color convert

RGB 83 29 40 -
CMYK 0 0.65 0.52 0.67
HSL 347.78º 0.48% 0.22% -
HSV(B) 347.78º 0.65% 0.33% -
XYZ 4.39 2.87 2.33 -
YUV 46.4 124.39 154.11 -
System Red Green Blue C M Y K H S L
Decimal 83 29 40 0 0.65 0.52 0.67 347.78 0.48 0.22
Hex 53 1D 28 0 41 34 43 15C 30 16
Octal 123 35 50 0 101 64 103 534 60 26
Binary 1010011 11101 101000 0 1000001 110100 1000011 101011100 110000 10110

Color Harmonies of #531D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531D28

Black with #531D28

Text Example


Text Example

White with #531D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,29,40); }

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

background-color css

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

 a { background-color: rgb(83,29,40); }

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

border-color css

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

 span { border-color: rgb(83,29,40); }

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