Html Css Color HEX #4F1D2A Bordeaux

📋 copy color: '#4F1D2A'

red 79 ◦ green 29 ◦ blue 42

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

Shades of Bordeaux #4F1D2A

Tints of Bordeaux #4F1D2A

RGB

 RED value IS 79 (31.25% from 255) = 52.67%

 GREEN value IS 29 (11.72% from 255) = 19.33%

 BLUE value IS 42 (16.8% from 255) = 28%

R = 52.67%
G = 19.33%
B = 28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.69

RGB Variations

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

Color information

#4F1D2A (or 0x4F1D2A) is known color: Bordeaux. HEX triplet: 4F, 1D and 2A. RGB value is (79,29,42). Sum of RGB (Red+Green+Blue) = 79+29+42=150 (19% of max value = 765). Red value is 79 (31.25% from 255 or 52.67% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1D2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1D2A is #B0E2D5. Grayscale: #2D2D2D. Windows color (decimal): -11592406 or 2760015. OLE color: 2760015.

HSL color Cylindrical-coordinate representation of color #4F1D2A: hue angle of 344.4º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F1D2A is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 29 42 -
CMYK 0 0.63 0.47 0.69
HSL 344.4º 0.46% 0.21% -
HSV(B) 344.4º 0.63% 0.31% -
XYZ 4.08 2.71 2.5 -
YUV 45.43 126.07 151.94 -
System Red Green Blue C M Y K H S L
Decimal 79 29 42 0 0.63 0.47 0.69 344.4 0.46 0.21
Hex 4F 1D 2A 0 3F 2F 45 158 2E 15
Octal 117 35 52 0 77 57 105 530 56 25
Binary 1001111 11101 101010 0 111111 101111 1000101 101011000 101110 10101

Color Harmonies of #4F1D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1D2A

Black with #4F1D2A

Text Example


Text Example

White with #4F1D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,29,42); }

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

background-color css

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

 a { background-color: rgb(79,29,42); }

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

border-color css

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

 span { border-color: rgb(79,29,42); }

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