Html Css Color HEX #4B2127 Bordeaux

📋 copy color: '#4B2127'

red 75 ◦ green 33 ◦ blue 39

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

Shades of Bordeaux #4B2127

Tints of Bordeaux #4B2127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 26.53%

R = 51.02%
G = 22.45%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#4B2127 (or 0x4B2127) is known color: Bordeaux. HEX triplet: 4B, 21 and 27. RGB value is (75,33,39). Sum of RGB (Red+Green+Blue) = 75+33+39=147 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.02% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 39 (15.62% from 255 or 26.53% from 147); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2127 is #B4DED8. Grayscale: #2E2E2E. Windows color (decimal): -11853529 or 2564427. OLE color: 2564427.

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

Color convert

RGB 75 33 39 -
CMYK 0 0.56 0.48 0.71
HSL 351.43º 0.39% 0.21% -
HSV(B) 351.43º 0.56% 0.29% -
XYZ 3.81 2.73 2.25 -
YUV 46.24 123.91 148.51 -
System Red Green Blue C M Y K H S L
Decimal 75 33 39 0 0.56 0.48 0.71 351.43 0.39 0.21
Hex 4B 21 27 0 38 30 47 15F 27 15
Octal 113 41 47 0 70 60 107 537 47 25
Binary 1001011 100001 100111 0 111000 110000 1000111 101011111 100111 10101

Color Harmonies of #4B2127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2127

Black with #4B2127

Text Example


Text Example

White with #4B2127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,33,39); }

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

background-color css

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

 a { background-color: rgb(75,33,39); }

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

border-color css

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

 span { border-color: rgb(75,33,39); }

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