Html Css Color HEX #4B101C Bordeaux

📋 copy color: '#4B101C'

red 75 ◦ green 16 ◦ blue 28

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

Shades of Bordeaux #4B101C

Tints of Bordeaux #4B101C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.45%

 BLUE value IS 28 (11.33% from 255) = 23.53%

R = 63.03%
G = 13.45%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#4B101C (or 0x4B101C) is known color: Bordeaux. HEX triplet: 4B, 10 and 1C. RGB value is (75,16,28). Sum of RGB (Red+Green+Blue) = 75+16+28=119 (15% of max value = 765). Red value is 75 (29.69% from 255 or 63.03% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 75 - color contains mainly: red. Hex color #4B101C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B101C is #B4EFE3. Grayscale: #232323. Windows color (decimal): -11857892 or 1839179. OLE color: 1839179.

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

Color convert

RGB 75 16 28 -
CMYK 0 0.79 0.63 0.71
HSL 347.8º 0.65% 0.18% -
HSV(B) 347.8º 0.79% 0.29% -
XYZ 3.3 1.95 1.3 -
YUV 35.01 124.05 156.52 -
System Red Green Blue C M Y K H S L
Decimal 75 16 28 0 0.79 0.63 0.71 347.8 0.65 0.18
Hex 4B 10 1C 0 4F 3F 47 15C 41 12
Octal 113 20 34 0 117 77 107 534 101 22
Binary 1001011 10000 11100 0 1001111 111111 1000111 101011100 1000001 10010

Color Harmonies of #4B101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B101C

Black with #4B101C

Text Example


Text Example

White with #4B101C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,16,28); }

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

background-color css

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

 a { background-color: rgb(75,16,28); }

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

border-color css

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

 span { border-color: rgb(75,16,28); }

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