Html Css Color HEX #4B0116 Bordeaux

📋 copy color: '#4B0116'

red 75 ◦ green 1 ◦ blue 22

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

Shades of Bordeaux #4B0116

Tints of Bordeaux #4B0116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 22.45%

R = 76.53%
G = 1.02%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#4B0116 (or 0x4B0116) is known color: Bordeaux. HEX triplet: 4B, 01 and 16. RGB value is (75,1,22). Sum of RGB (Red+Green+Blue) = 75+1+22=98 (12% of max value = 765). Red value is 75 (29.69% from 255 or 76.53% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 22 (8.98% from 255 or 22.45% from 98); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0116 is #B4FEE9. Grayscale: #191919. Windows color (decimal): -11861738 or 1442123. OLE color: 1442123.

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

Color convert

RGB 75 1 22 -
CMYK 0 0.99 0.71 0.71
HSL 342.97º 0.97% 0.15% -
HSV(B) 342.97º 0.99% 0.29% -
XYZ 3.06 1.58 0.9 -
YUV 25.52 126.02 163.29 -
System Red Green Blue C M Y K H S L
Decimal 75 1 22 0 0.99 0.71 0.71 342.97 0.97 0.15
Hex 4B 1 16 0 63 47 47 157 61 F
Octal 113 1 26 0 143 107 107 527 141 17
Binary 1001011 1 10110 0 1100011 1000111 1000111 101010111 1100001 1111

Color Harmonies of #4B0116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0116

Black with #4B0116

Text Example


Text Example

White with #4B0116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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