Html Css Color HEX #4B232B Bordeaux

📋 copy color: '#4B232B'

red 75 ◦ green 35 ◦ blue 43

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

Shades of Bordeaux #4B232B

Tints of Bordeaux #4B232B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.88%

 BLUE value IS 43 (17.19% from 255) = 28.1%

R = 49.02%
G = 22.88%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.71

RGB Variations

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

Color information

#4B232B (or 0x4B232B) is known color: Bordeaux. HEX triplet: 4B, 23 and 2B. RGB value is (75,35,43). Sum of RGB (Red+Green+Blue) = 75+35+43=153 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.02% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 75 - color contains mainly: red. Hex color #4B232B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B232B is #B4DCD4. Grayscale: #2F2F2F. Windows color (decimal): -11853013 or 2827083. OLE color: 2827083.

HSL color Cylindrical-coordinate representation of color #4B232B: hue angle of 348º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4B232B is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 35 43 -
CMYK 0 0.53 0.43 0.71
HSL 348º 0.36% 0.22% -
HSV(B) 348º 0.53% 0.29% -
XYZ 3.94 2.87 2.63 -
YUV 47.87 125.25 147.35 -
System Red Green Blue C M Y K H S L
Decimal 75 35 43 0 0.53 0.43 0.71 348 0.36 0.22
Hex 4B 23 2B 0 35 2B 47 15C 24 16
Octal 113 43 53 0 65 53 107 534 44 26
Binary 1001011 100011 101011 0 110101 101011 1000111 101011100 100100 10110

Color Harmonies of #4B232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B232B

Black with #4B232B

Text Example


Text Example

White with #4B232B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,35,43); }

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

background-color css

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

 a { background-color: rgb(75,35,43); }

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

border-color css

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

 span { border-color: rgb(75,35,43); }

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