Html Css Color HEX #4D0317 Bordeaux

📋 copy color: '#4D0317'

red 77 ◦ green 3 ◦ blue 23

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

Shades of Bordeaux #4D0317

Tints of Bordeaux #4D0317

RGB

 RED value IS 77 (30.47% from 255) = 74.76%

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

 BLUE value IS 23 (9.38% from 255) = 22.33%

R = 74.76%
G = 2.91%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.70

RGB Variations

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

Color information

#4D0317 (or 0x4D0317) is known color: Bordeaux. HEX triplet: 4D, 03 and 17. RGB value is (77,3,23). Sum of RGB (Red+Green+Blue) = 77+3+23=103 (13% of max value = 765). Red value is 77 (30.47% from 255 or 74.76% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 23 (9.38% from 255 or 22.33% from 103); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0317 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0317 is #B2FCE8. Grayscale: #1B1B1B. Windows color (decimal): -11730153 or 1508173. OLE color: 1508173.

HSL color Cylindrical-coordinate representation of color #4D0317: hue angle of 343.78º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D0317 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 3 23 -
CMYK 0 0.96 0.70 0.70
HSL 343.78º 0.93% 0.16% -
HSV(B) 343.78º 0.96% 0.3% -
XYZ 3.25 1.7 0.97 -
YUV 27.41 125.52 163.37 -
System Red Green Blue C M Y K H S L
Decimal 77 3 23 0 0.96 0.70 0.70 343.78 0.93 0.16
Hex 4D 3 17 0 60 46 46 158 5C 10
Octal 115 3 27 0 140 106 106 530 134 20
Binary 1001101 11 10111 0 1100000 1000110 1000110 101011000 1011100 10000

Color Harmonies of #4D0317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0317

Black with #4D0317

Text Example


Text Example

White with #4D0317

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,3,23); }

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

background-color css

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

 a { background-color: rgb(77,3,23); }

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

border-color css

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

 span { border-color: rgb(77,3,23); }

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