Html Css Color HEX #4B081B Bordeaux

📋 copy color: '#4B081B'

red 75 ◦ green 8 ◦ blue 27

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

Shades of Bordeaux #4B081B

Tints of Bordeaux #4B081B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.27%

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

R = 68.18%
G = 7.27%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#4B081B (or 0x4B081B) is known color: Bordeaux. HEX triplet: 4B, 08 and 1B. RGB value is (75,8,27). Sum of RGB (Red+Green+Blue) = 75+8+27=110 (14% of max value = 765). Red value is 75 (29.69% from 255 or 68.18% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 75 - color contains mainly: red. Hex color #4B081B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B081B is #B4F7E4. Grayscale: #1E1E1E. Windows color (decimal): -11859941 or 1771595. OLE color: 1771595.

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

Color convert

RGB 75 8 27 -
CMYK 0 0.89 0.64 0.71
HSL 342.99º 0.81% 0.16% -
HSV(B) 342.99º 0.89% 0.29% -
XYZ 3.19 1.75 1.21 -
YUV 30.2 126.2 159.96 -
System Red Green Blue C M Y K H S L
Decimal 75 8 27 0 0.89 0.64 0.71 342.99 0.81 0.16
Hex 4B 8 1B 0 59 40 47 157 51 10
Octal 113 10 33 0 131 100 107 527 121 20
Binary 1001011 1000 11011 0 1011001 1000000 1000111 101010111 1010001 10000

Color Harmonies of #4B081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B081B

Black with #4B081B

Text Example


Text Example

White with #4B081B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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