#4B0C19

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

Shades of Bordeaux #4B0C19

Tints of Bordeaux #4B0C19

Color information

#4B0C19 (or 0x4B0C19) is unknown color: approx Bordeaux. HEX triplet: 4B, 0C and 19. RGB value is (75,12,25). Sum of RGB (Red+Green+Blue) = 75+12+25=112 (14% of max value = 765). Red value is 75 (29.69% from 255 or 66.96% from 112); Green value is 12 (5.08% from 255 or 10.71% from 112); Blue value is 25 (10.16% from 255 or 22.32% from 112); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0C19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0C19 is #B4F3E6. Grayscale: #202020. Windows color (decimal): -11858919 or 1641547. OLE color: 1641547.

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

Color convert

RGB751225-
CMYK00.840.670.71
HSL347.62º72.41%17.06%-
HSV(B)347.62º84%29.41%-
XYZ3.211.831.1-
YUV32.32123.87158.44-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 66.96%
GREEN value IS 12 (5.08% from 255) = 10.71%
BLUE value IS 25 (10.16% from 255) = 22.32%
R=66.96%
G=10.71%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75122500.840.670.71347.6272.4117.06
Hex4BC19054434715c4811
Octal1131431012410310753411021
Binary10010111100110010101010010000111000111101011100100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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