Html Css Color HEX #4C061A Bordeaux

📋 copy color: '#4C061A'

red 76 ◦ green 6 ◦ blue 26

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

Shades of Bordeaux #4C061A

Tints of Bordeaux #4C061A

RGB

 RED value IS 76 (30.08% from 255) = 70.37%

 GREEN value IS 6 (2.73% from 255) = 5.56%

 BLUE value IS 26 (10.55% from 255) = 24.07%

R = 70.37%
G = 5.56%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.70

RGB Variations

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

Color information

#4C061A (or 0x4C061A) is known color: Bordeaux. HEX triplet: 4C, 06 and 1A. RGB value is (76,6,26). Sum of RGB (Red+Green+Blue) = 76+6+26=108 (14% of max value = 765). Red value is 76 (30.08% from 255 or 70.37% from 108); Green value is 6 (2.73% from 255 or 5.56% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 76 - color contains mainly: red. Hex color #4C061A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C061A is #B3F9E5. Grayscale: #1D1D1D. Windows color (decimal): -11794918 or 1705548. OLE color: 1705548.

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

Color convert

RGB 76 6 26 -
CMYK 0 0.92 0.66 0.70
HSL 342.86º 0.85% 0.16% -
HSV(B) 342.86º 0.92% 0.3% -
XYZ 3.23 1.74 1.14 -
YUV 29.21 126.19 161.37 -
System Red Green Blue C M Y K H S L
Decimal 76 6 26 0 0.92 0.66 0.70 342.86 0.85 0.16
Hex 4C 6 1A 0 5C 42 46 157 55 10
Octal 114 6 32 0 134 102 106 527 125 20
Binary 1001100 110 11010 0 1011100 1000010 1000110 101010111 1010101 10000

Color Harmonies of #4C061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C061A

Black with #4C061A

Text Example


Text Example

White with #4C061A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,6,26); }

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

background-color css

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

 a { background-color: rgb(76,6,26); }

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

border-color css

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

 span { border-color: rgb(76,6,26); }

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