Html Css Color HEX #4B011C Bordeaux

📋 copy color: '#4B011C'

red 75 ◦ green 1 ◦ blue 28

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

Shades of Bordeaux #4B011C

Tints of Bordeaux #4B011C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.96%

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

R = 72.12%
G = 0.96%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#4B011C (or 0x4B011C) is known color: Bordeaux. HEX triplet: 4B, 01 and 1C. RGB value is (75,1,28). Sum of RGB (Red+Green+Blue) = 75+1+28=104 (13% of max value = 765). Red value is 75 (29.69% from 255 or 72.12% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 75 - color contains mainly: red. Hex color #4B011C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B011C is #B4FEE3. Grayscale: #1A1A1A. Windows color (decimal): -11861732 or 1835339. OLE color: 1835339.

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

Color convert

RGB 75 1 28 -
CMYK 0 0.99 0.63 0.71
HSL 338.11º 0.97% 0.15% -
HSV(B) 338.11º 0.99% 0.29% -
XYZ 3.12 1.6 1.24 -
YUV 26.2 129.02 162.8 -
System Red Green Blue C M Y K H S L
Decimal 75 1 28 0 0.99 0.63 0.71 338.11 0.97 0.15
Hex 4B 1 1C 0 63 3F 47 152 61 F
Octal 113 1 34 0 143 77 107 522 141 17
Binary 1001011 1 11100 0 1100011 111111 1000111 101010010 1100001 1111

Color Harmonies of #4B011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B011C

Black with #4B011C

Text Example


Text Example

White with #4B011C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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