Html Css Color HEX #4B0919 Bordeaux

📋 copy color: '#4B0919'

red 75 ◦ green 9 ◦ blue 25

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

Shades of Bordeaux #4B0919

Tints of Bordeaux #4B0919

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.26%

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

R = 68.81%
G = 8.26%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#4B0919 (or 0x4B0919) is known color: Bordeaux. HEX triplet: 4B, 09 and 19. RGB value is (75,9,25). Sum of RGB (Red+Green+Blue) = 75+9+25=109 (14% of max value = 765). Red value is 75 (29.69% from 255 or 68.81% from 109); Green value is 9 (3.91% from 255 or 8.26% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0919 is #B4F6E6. Grayscale: #1E1E1E. Windows color (decimal): -11859687 or 1640779. OLE color: 1640779.

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

Color convert

RGB 75 9 25 -
CMYK 0 0.88 0.67 0.71
HSL 345.45º 0.79% 0.16% -
HSV(B) 345.45º 0.88% 0.29% -
XYZ 3.17 1.76 1.09 -
YUV 30.56 124.87 159.7 -
System Red Green Blue C M Y K H S L
Decimal 75 9 25 0 0.88 0.67 0.71 345.45 0.79 0.16
Hex 4B 9 19 0 58 43 47 159 4F 10
Octal 113 11 31 0 130 103 107 531 117 20
Binary 1001011 1001 11001 0 1011000 1000011 1000111 101011001 1001111 10000

Color Harmonies of #4B0919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0919

Black with #4B0919

Text Example


Text Example

White with #4B0919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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