Html Css Color HEX #4B2028 Bordeaux

📋 copy color: '#4B2028'

red 75 ◦ green 32 ◦ blue 40

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

Shades of Bordeaux #4B2028

Tints of Bordeaux #4B2028

RGB

 RED value IS 75 (29.69% from 255) = 51.02%

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

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

R = 51.02%
G = 21.77%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#4B2028 (or 0x4B2028) is known color: Bordeaux. HEX triplet: 4B, 20 and 28. RGB value is (75,32,40). Sum of RGB (Red+Green+Blue) = 75+32+40=147 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.02% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2028 is #B4DFD7. Grayscale: #2D2D2D. Windows color (decimal): -11853784 or 2629707. OLE color: 2629707.

HSL color Cylindrical-coordinate representation of color #4B2028: hue angle of 348.84º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B2028 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 32 40 -
CMYK 0 0.57 0.47 0.71
HSL 348.84º 0.4% 0.21% -
HSV(B) 348.84º 0.57% 0.29% -
XYZ 3.8 2.68 2.32 -
YUV 45.77 124.75 148.85 -
System Red Green Blue C M Y K H S L
Decimal 75 32 40 0 0.57 0.47 0.71 348.84 0.4 0.21
Hex 4B 20 28 0 39 2F 47 15D 28 15
Octal 113 40 50 0 71 57 107 535 50 25
Binary 1001011 100000 101000 0 111001 101111 1000111 101011101 101000 10101

Color Harmonies of #4B2028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2028

Black with #4B2028

Text Example


Text Example

White with #4B2028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B2028; }

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

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

background-color css

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

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

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

border-color css

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

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

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