Html Css Color HEX #531628 Bordeaux

📋 copy color: '#531628'

red 83 ◦ green 22 ◦ blue 40

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

Shades of Bordeaux #531628

Tints of Bordeaux #531628

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.17%

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

R = 57.24%
G = 15.17%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#531628 (or 0x531628) is known color: Bordeaux. HEX triplet: 53, 16 and 28. RGB value is (83,22,40). Sum of RGB (Red+Green+Blue) = 83+22+40=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #531628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531628 is #ACE9D7. Grayscale: #2A2A2A. Windows color (decimal): -11332056 or 2627155. OLE color: 2627155.

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

Color convert

RGB 83 22 40 -
CMYK 0 0.73 0.52 0.67
HSL 342.3º 0.58% 0.21% -
HSV(B) 342.3º 0.73% 0.33% -
XYZ 4.24 2.57 2.28 -
YUV 42.29 126.71 157.04 -
System Red Green Blue C M Y K H S L
Decimal 83 22 40 0 0.73 0.52 0.67 342.3 0.58 0.21
Hex 53 16 28 0 49 34 43 156 3A 15
Octal 123 26 50 0 111 64 103 526 72 25
Binary 1010011 10110 101000 0 1001001 110100 1000011 101010110 111010 10101

Color Harmonies of #531628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531628

Black with #531628

Text Example


Text Example

White with #531628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531628; }

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

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

background-color css

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

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

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

border-color css

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

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

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