Html Css Color HEX #4B191B Bordeaux

📋 copy color: '#4B191B'

red 75 ◦ green 25 ◦ blue 27

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

Shades of Bordeaux #4B191B

Tints of Bordeaux #4B191B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.69%

 BLUE value IS 27 (10.94% from 255) = 21.26%

R = 59.06%
G = 19.69%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#4B191B (or 0x4B191B) is known color: Bordeaux. HEX triplet: 4B, 19 and 1B. RGB value is (75,25,27). Sum of RGB (Red+Green+Blue) = 75+25+27=127 (16% of max value = 765). Red value is 75 (29.69% from 255 or 59.06% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 75 - color contains mainly: red. Hex color #4B191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B191B is #B4E6E4. Grayscale: #282828. Windows color (decimal): -11855589 or 1775947. OLE color: 1775947.

HSL color Cylindrical-coordinate representation of color #4B191B: hue angle of 357.6º 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 #4B191B is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 25 27 -
CMYK 0 0.67 0.64 0.71
HSL 357.6º 0.5% 0.2% -
HSV(B) 357.6º 0.67% 0.29% -
XYZ 3.45 2.27 1.29 -
YUV 40.18 120.57 152.84 -
System Red Green Blue C M Y K H S L
Decimal 75 25 27 0 0.67 0.64 0.71 357.6 0.5 0.2
Hex 4B 19 1B 0 43 40 47 166 32 14
Octal 113 31 33 0 103 100 107 546 62 24
Binary 1001011 11001 11011 0 1000011 1000000 1000111 101100110 110010 10100

Color Harmonies of #4B191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B191B

Black with #4B191B

Text Example


Text Example

White with #4B191B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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