Html Css Color HEX #531826 Bordeaux

📋 copy color: '#531826'

red 83 ◦ green 24 ◦ blue 38

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

Shades of Bordeaux #531826

Tints of Bordeaux #531826

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.55%

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

R = 57.24%
G = 16.55%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#531826 (or 0x531826) is known color: Bordeaux. HEX triplet: 53, 18 and 26. RGB value is (83,24,38). Sum of RGB (Red+Green+Blue) = 83+24+38=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #531826 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531826 is #ACE7D9. Grayscale: #2B2B2B. Windows color (decimal): -11331546 or 2496595. OLE color: 2496595.

HSL color Cylindrical-coordinate representation of color #531826: hue angle of 345.76º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #531826 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 24 38 -
CMYK 0 0.71 0.54 0.67
HSL 345.76º 0.55% 0.21% -
HSV(B) 345.76º 0.71% 0.33% -
XYZ 4.24 2.63 2.12 -
YUV 43.24 125.05 156.36 -
System Red Green Blue C M Y K H S L
Decimal 83 24 38 0 0.71 0.54 0.67 345.76 0.55 0.21
Hex 53 18 26 0 47 36 43 15A 37 15
Octal 123 30 46 0 107 66 103 532 67 25
Binary 1010011 11000 100110 0 1000111 110110 1000011 101011010 110111 10101

Color Harmonies of #531826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531826

Black with #531826

Text Example


Text Example

White with #531826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531826; }

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

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

background-color css

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

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

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

border-color css

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

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

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