Html Css Color HEX #4B0119 Bordeaux

📋 copy color: '#4B0119'

red 75 ◦ green 1 ◦ blue 25

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

Shades of Bordeaux #4B0119

Tints of Bordeaux #4B0119

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.99%

 BLUE value IS 25 (10.16% from 255) = 24.75%

R = 74.26%
G = 0.99%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#4B0119 (or 0x4B0119) is known color: Bordeaux. HEX triplet: 4B, 01 and 19. RGB value is (75,1,25). Sum of RGB (Red+Green+Blue) = 75+1+25=101 (13% of max value = 765). Red value is 75 (29.69% from 255 or 74.26% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 25 (10.16% from 255 or 24.75% from 101); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0119 is #B4FEE6. Grayscale: #191919. Windows color (decimal): -11861735 or 1638731. OLE color: 1638731.

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

Color convert

RGB 75 1 25 -
CMYK 0 0.99 0.67 0.71
HSL 340.54º 0.97% 0.15% -
HSV(B) 340.54º 0.99% 0.29% -
XYZ 3.09 1.59 1.06 -
YUV 25.86 127.52 163.05 -
System Red Green Blue C M Y K H S L
Decimal 75 1 25 0 0.99 0.67 0.71 340.54 0.97 0.15
Hex 4B 1 19 0 63 43 47 155 61 F
Octal 113 1 31 0 143 103 107 525 141 17
Binary 1001011 1 11001 0 1100011 1000011 1000111 101010101 1100001 1111

Color Harmonies of #4B0119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0119

Black with #4B0119

Text Example


Text Example

White with #4B0119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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