Html Css Color HEX #532028 Bordeaux

📋 copy color: '#532028'

red 83 ◦ green 32 ◦ blue 40

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

Shades of Bordeaux #532028

Tints of Bordeaux #532028

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.65%

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

R = 53.55%
G = 20.65%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#532028 (or 0x532028) is known color: Bordeaux. HEX triplet: 53, 20 and 28. RGB value is (83,32,40). Sum of RGB (Red+Green+Blue) = 83+32+40=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #532028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532028 is #ACDFD7. Grayscale: #303030. Windows color (decimal): -11329496 or 2629715. OLE color: 2629715.

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

Color convert

RGB 83 32 40 -
CMYK 0 0.61 0.52 0.67
HSL 350.59º 0.44% 0.23% -
HSV(B) 350.59º 0.61% 0.33% -
XYZ 4.47 3.03 2.36 -
YUV 48.16 123.4 152.85 -
System Red Green Blue C M Y K H S L
Decimal 83 32 40 0 0.61 0.52 0.67 350.59 0.44 0.23
Hex 53 20 28 0 3D 34 43 15F 2C 17
Octal 123 40 50 0 75 64 103 537 54 27
Binary 1010011 100000 101000 0 111101 110100 1000011 101011111 101100 10111

Color Harmonies of #532028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532028

Black with #532028

Text Example


Text Example

White with #532028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532028; }

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

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

background-color css

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

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

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

border-color css

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

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

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