#4B061B

Color #4B061B Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #4B061B

Tints of Bordeaux #4B061B

Color information

#4B061B (or 0x4B061B) is unknown color: approx Bordeaux. HEX triplet: 4B, 06 and 1B. RGB value is (75,6,27). Sum of RGB (Red+Green+Blue) = 75+6+27=108 (14% of max value = 765). Red value is 75 (29.69% from 255 or 69.44% from 108); Green value is 6 (2.73% from 255 or 5.56% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 75 - color contains mainly: red. Hex color #4B061B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B061B is #B4F9E4. Grayscale: #1D1D1D. Windows color (decimal): -11860453 or 1771083. OLE color: 1771083.

HSL color Cylindrical-coordinate representation of color #4B061B: hue angle of 341.74º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4B061B is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB75627-
CMYK00.920.640.71
HSL341.74º85.19%15.88%-
HSV(B)341.74º92%29.41%-
XYZ3.161.711.2-
YUV29.02126.86160.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 69.44%
GREEN value IS 6 (2.73% from 255) = 5.56%
BLUE value IS 27 (10.94% from 255) = 25%
R=69.44%
G=5.56%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7562700.920.640.71341.7485.1915.88
Hex4B61B05C40471565510
Octal113633013410010752612520
Binary1001011110110110101110010000001000111101010110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B061B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,6,27); }

 H1.HeaderClassName
 {
   color: #4B061B;
 }
 .AnyTagClassName
 {
   color: #4B061B;
 }
</style>
background-color css

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

 a { background-color: rgb(75,6,27); }

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

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

 span { border-color: rgb(75,6,27); }

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