Html Css Color HEX #4B181C Bordeaux

📋 copy color: '#4B181C'

red 75 ◦ green 24 ◦ blue 28

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

Shades of Bordeaux #4B181C

Tints of Bordeaux #4B181C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.9%

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

R = 59.06%
G = 18.9%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#4B181C (or 0x4B181C) is known color: Bordeaux. HEX triplet: 4B, 18 and 1C. RGB value is (75,24,28). Sum of RGB (Red+Green+Blue) = 75+24+28=127 (16% of max value = 765). Red value is 75 (29.69% from 255 or 59.06% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 75 - color contains mainly: red. Hex color #4B181C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B181C is #B4E7E3. Grayscale: #272727. Windows color (decimal): -11855844 or 1841227. OLE color: 1841227.

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

Color convert

RGB 75 24 28 -
CMYK 0 0.68 0.63 0.71
HSL 355.29º 0.52% 0.19% -
HSV(B) 355.29º 0.68% 0.29% -
XYZ 3.44 2.23 1.35 -
YUV 39.71 121.4 153.17 -
System Red Green Blue C M Y K H S L
Decimal 75 24 28 0 0.68 0.63 0.71 355.29 0.52 0.19
Hex 4B 18 1C 0 44 3F 47 163 34 13
Octal 113 30 34 0 104 77 107 543 64 23
Binary 1001011 11000 11100 0 1000100 111111 1000111 101100011 110100 10011

Color Harmonies of #4B181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B181C

Black with #4B181C

Text Example


Text Example

White with #4B181C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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