Html Css Color HEX #512028 Bordeaux

📋 copy color: '#512028'

red 81 ◦ green 32 ◦ blue 40

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

Shades of Bordeaux #512028

Tints of Bordeaux #512028

RGB

 RED value IS 81 (32.03% from 255) = 52.94%

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

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

R = 52.94%
G = 20.92%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#512028 (or 0x512028) is known color: Bordeaux. HEX triplet: 51, 20 and 28. RGB value is (81,32,40). Sum of RGB (Red+Green+Blue) = 81+32+40=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #512028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512028 is #AEDFD7. Grayscale: #2F2F2F. Windows color (decimal): -11460568 or 2629713. OLE color: 2629713.

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

Color convert

RGB 81 32 40 -
CMYK 0 0.60 0.51 0.68
HSL 350.2º 0.43% 0.22% -
HSV(B) 350.2º 0.6% 0.32% -
XYZ 4.29 2.94 2.35 -
YUV 47.56 123.73 151.85 -
System Red Green Blue C M Y K H S L
Decimal 81 32 40 0 0.60 0.51 0.68 350.2 0.43 0.22
Hex 51 20 28 0 3C 33 44 15E 2B 16
Octal 121 40 50 0 74 63 104 536 53 26
Binary 1010001 100000 101000 0 111100 110011 1000100 101011110 101011 10110

Color Harmonies of #512028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512028

Black with #512028

Text Example


Text Example

White with #512028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512028; }

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

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

background-color css

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

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

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

border-color css

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

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

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