#4B191A

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

Shades of Bordeaux #4B191A

Tints of Bordeaux #4B191A

Color information

#4B191A (or 0x4B191A) is unknown color: approx Bordeaux. HEX triplet: 4B, 19 and 1A. RGB value is (75,25,26). Sum of RGB (Red+Green+Blue) = 75+25+26=126 (16% of max value = 765). Red value is 75 (29.69% from 255 or 59.52% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 75 - color contains mainly: red. Hex color #4B191A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B191A is #B4E6E5. Grayscale: #282828. Windows color (decimal): -11855590 or 1710411. OLE color: 1710411.

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

Color convert

RGB752526-
CMYK00.670.650.71
HSL358.8º50%19.61%-
HSV(B)358.8º66.67%29.41%-
XYZ3.442.271.23-
YUV40.06120.06152.92-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 59.52%
GREEN value IS 25 (10.16% from 255) = 19.84%
BLUE value IS 26 (10.55% from 255) = 20.63%
R=59.52%
G=19.84%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75252600.670.650.71358.85019.61
Hex4B191A04341471673214
Octal113313201031011075476224
Binary10010111100111010010000111000001100011110110011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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