#4B131A

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

Shades of Bordeaux #4B131A

Tints of Bordeaux #4B131A

Color information

#4B131A (or 0x4B131A) is unknown color: approx Bordeaux. HEX triplet: 4B, 13 and 1A. RGB value is (75,19,26). Sum of RGB (Red+Green+Blue) = 75+19+26=120 (15% of max value = 765). Red value is 75 (29.69% from 255 or 62.5% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 75 - color contains mainly: red. Hex color #4B131A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B131A is #B4ECE5. Grayscale: #242424. Windows color (decimal): -11857126 or 1708875. OLE color: 1708875.

HSL color Cylindrical-coordinate representation of color #4B131A: hue angle of 352.5º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B131A is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.71.

Color convert

RGB751926-
CMYK00.750.650.71
HSL352.5º59.57%18.43%-
HSV(B)352.5º74.67%29.41%-
XYZ3.322.041.2-
YUV36.54122.05155.43-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 62.5%
GREEN value IS 19 (7.81% from 255) = 15.83%
BLUE value IS 26 (10.55% from 255) = 21.67%
R=62.5%
G=15.83%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.65
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75192600.750.650.71352.559.5718.43
Hex4B131A04B41471603c12
Octal113233201131011075407422
Binary10010111001111010010010111000001100011110110000011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,19,26); }

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

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

 a { background-color: rgb(75,19,26); }

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

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

 span { border-color: rgb(75,19,26); }

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