Html Css Color HEX #532129 Bordeaux

📋 copy color: '#532129'

red 83 ◦ green 33 ◦ blue 41

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

Shades of Bordeaux #532129

Tints of Bordeaux #532129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.02%

 BLUE value IS 41 (16.41% from 255) = 26.11%

R = 52.87%
G = 21.02%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#532129 (or 0x532129) is known color: Bordeaux. HEX triplet: 53, 21 and 29. RGB value is (83,33,41). Sum of RGB (Red+Green+Blue) = 83+33+41=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #532129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532129 is #ACDED6. Grayscale: #303030. Windows color (decimal): -11329239 or 2695507. OLE color: 2695507.

HSL color Cylindrical-coordinate representation of color #532129: hue angle of 350.4º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #532129 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 33 41 -
CMYK 0 0.60 0.51 0.67
HSL 350.4º 0.43% 0.23% -
HSV(B) 350.4º 0.6% 0.33% -
XYZ 4.51 3.09 2.46 -
YUV 48.86 123.57 152.35 -
System Red Green Blue C M Y K H S L
Decimal 83 33 41 0 0.60 0.51 0.67 350.4 0.43 0.23
Hex 53 21 29 0 3C 33 43 15E 2B 17
Octal 123 41 51 0 74 63 103 536 53 27
Binary 1010011 100001 101001 0 111100 110011 1000011 101011110 101011 10111

Color Harmonies of #532129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532129

Black with #532129

Text Example


Text Example

White with #532129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532129; }

 p { color: rgb(83,33,41); }

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

background-color css

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

 a { background-color: rgb(83,33,41); }

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

border-color css

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

 span { border-color: rgb(83,33,41); }

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