Html Css Color HEX #4B191A Bordeaux

📋 copy color: '#4B191A'

red 75 ◦ green 25 ◦ blue 26

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

Shades of Bordeaux #4B191A

Tints of Bordeaux #4B191A

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 value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.71

RGB Variations

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

Color information

#4B191A (or 0x4B191A) is known color: 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

RGB 75 25 26 -
CMYK 0 0.67 0.65 0.71
HSL 358.8º 0.5% 0.2% -
HSV(B) 358.8º 0.67% 0.29% -
XYZ 3.44 2.27 1.23 -
YUV 40.06 120.07 152.92 -
System Red Green Blue C M Y K H S L
Decimal 75 25 26 0 0.67 0.65 0.71 358.8 0.5 0.2
Hex 4B 19 1A 0 43 41 47 167 32 14
Octal 113 31 32 0 103 101 107 547 62 24
Binary 1001011 11001 11010 0 1000011 1000001 1000111 101100111 110010 10100

Color Harmonies of #4B191A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B191A

Black with #4B191A

Text Example


Text Example

White with #4B191A

Text Example


Text Example

HTML Codes & Css Web 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>