Html Css Color HEX #4B222B Bordeaux

📋 copy color: '#4B222B'

red 75 ◦ green 34 ◦ blue 43

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

Shades of Bordeaux #4B222B

Tints of Bordeaux #4B222B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.37%

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

R = 49.34%
G = 22.37%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.71

RGB Variations

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

Color information

#4B222B (or 0x4B222B) is known color: Bordeaux. HEX triplet: 4B, 22 and 2B. RGB value is (75,34,43). Sum of RGB (Red+Green+Blue) = 75+34+43=152 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.34% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 75 - color contains mainly: red. Hex color #4B222B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B222B is #B4DDD4. Grayscale: #2F2F2F. Windows color (decimal): -11853269 or 2826827. OLE color: 2826827.

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

Color convert

RGB 75 34 43 -
CMYK 0 0.55 0.43 0.71
HSL 346.83º 0.38% 0.21% -
HSV(B) 346.83º 0.55% 0.29% -
XYZ 3.91 2.81 2.62 -
YUV 47.29 125.58 147.77 -
System Red Green Blue C M Y K H S L
Decimal 75 34 43 0 0.55 0.43 0.71 346.83 0.38 0.21
Hex 4B 22 2B 0 37 2B 47 15B 26 15
Octal 113 42 53 0 67 53 107 533 46 25
Binary 1001011 100010 101011 0 110111 101011 1000111 101011011 100110 10101

Color Harmonies of #4B222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B222B

Black with #4B222B

Text Example


Text Example

White with #4B222B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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