Html Css Color HEX #531C26 Bordeaux

📋 copy color: '#531C26'

red 83 ◦ green 28 ◦ blue 38

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

Shades of Bordeaux #531C26

Tints of Bordeaux #531C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 25.5%

R = 55.7%
G = 18.79%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#531C26 (or 0x531C26) is known color: Bordeaux. HEX triplet: 53, 1C and 26. RGB value is (83,28,38). Sum of RGB (Red+Green+Blue) = 83+28+38=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 38 (15.23% from 255 or 25.50% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #531C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C26 is #ACE3D9. Grayscale: #2D2D2D. Windows color (decimal): -11330522 or 2497619. OLE color: 2497619.

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

Color convert

RGB 83 28 38 -
CMYK 0 0.66 0.54 0.67
HSL 349.09º 0.5% 0.22% -
HSV(B) 349.09º 0.66% 0.33% -
XYZ 4.33 2.81 2.15 -
YUV 45.59 123.72 154.69 -
System Red Green Blue C M Y K H S L
Decimal 83 28 38 0 0.66 0.54 0.67 349.09 0.5 0.22
Hex 53 1C 26 0 42 36 43 15D 32 16
Octal 123 34 46 0 102 66 103 535 62 26
Binary 1010011 11100 100110 0 1000010 110110 1000011 101011101 110010 10110

Color Harmonies of #531C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531C26

Black with #531C26

Text Example


Text Example

White with #531C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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