Html Css Color HEX #4B2026 Bordeaux

📋 copy color: '#4B2026'

red 75 ◦ green 32 ◦ blue 38

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

Shades of Bordeaux #4B2026

Tints of Bordeaux #4B2026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 26.21%

R = 51.72%
G = 22.07%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.71

RGB Variations

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

Color information

#4B2026 (or 0x4B2026) is known color: Bordeaux. HEX triplet: 4B, 20 and 26. RGB value is (75,32,38). Sum of RGB (Red+Green+Blue) = 75+32+38=145 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.72% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2026 is #B4DFD9. Grayscale: #2D2D2D. Windows color (decimal): -11853786 or 2498635. OLE color: 2498635.

HSL color Cylindrical-coordinate representation of color #4B2026: hue angle of 351.63º 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 #4B2026 is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 32 38 -
CMYK 0 0.57 0.49 0.71
HSL 351.63º 0.4% 0.21% -
HSV(B) 351.63º 0.57% 0.29% -
XYZ 3.77 2.67 2.15 -
YUV 45.54 123.75 149.01 -
System Red Green Blue C M Y K H S L
Decimal 75 32 38 0 0.57 0.49 0.71 351.63 0.4 0.21
Hex 4B 20 26 0 39 31 47 160 28 15
Octal 113 40 46 0 71 61 107 540 50 25
Binary 1001011 100000 100110 0 111001 110001 1000111 101100000 101000 10101

Color Harmonies of #4B2026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2026

Black with #4B2026

Text Example


Text Example

White with #4B2026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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