Html Css Color HEX #4B0315 Bordeaux

📋 copy color: '#4B0315'

red 75 ◦ green 3 ◦ blue 21

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

Shades of Bordeaux #4B0315

Tints of Bordeaux #4B0315

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.03%

 BLUE value IS 21 (8.59% from 255) = 21.21%

R = 75.76%
G = 3.03%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.71

RGB Variations

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

Color information

#4B0315 (or 0x4B0315) is known color: Bordeaux. HEX triplet: 4B, 03 and 15. RGB value is (75,3,21). Sum of RGB (Red+Green+Blue) = 75+3+21=99 (13% of max value = 765). Red value is 75 (29.69% from 255 or 75.76% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 21 (8.59% from 255 or 21.21% from 99); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0315 is #B4FCEA. Grayscale: #1A1A1A. Windows color (decimal): -11861227 or 1377099. OLE color: 1377099.

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

Color convert

RGB 75 3 21 -
CMYK 0 0.96 0.72 0.71
HSL 345º 0.92% 0.15% -
HSV(B) 345º 0.96% 0.29% -
XYZ 3.07 1.62 0.86 -
YUV 26.58 124.85 162.54 -
System Red Green Blue C M Y K H S L
Decimal 75 3 21 0 0.96 0.72 0.71 345 0.92 0.15
Hex 4B 3 15 0 60 48 47 159 5C F
Octal 113 3 25 0 140 110 107 531 134 17
Binary 1001011 11 10101 0 1100000 1001000 1000111 101011001 1011100 1111

Color Harmonies of #4B0315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0315

Black with #4B0315

Text Example


Text Example

White with #4B0315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,3,21); }

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

background-color css

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

 a { background-color: rgb(75,3,21); }

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

border-color css

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

 span { border-color: rgb(75,3,21); }

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