Html Css Color HEX #4F212A Bordeaux

📋 copy color: '#4F212A'

red 79 ◦ green 33 ◦ blue 42

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

Shades of Bordeaux #4F212A

Tints of Bordeaux #4F212A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.43%

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

R = 51.3%
G = 21.43%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.69

RGB Variations

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

Color information

#4F212A (or 0x4F212A) is known color: Bordeaux. HEX triplet: 4F, 21 and 2A. RGB value is (79,33,42). Sum of RGB (Red+Green+Blue) = 79+33+42=154 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.30% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 79 - color contains mainly: red. Hex color #4F212A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F212A is #B0DED5. Grayscale: #2F2F2F. Windows color (decimal): -11591382 or 2761039. OLE color: 2761039.

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

Color convert

RGB 79 33 42 -
CMYK 0 0.58 0.47 0.69
HSL 348.26º 0.41% 0.22% -
HSV(B) 348.26º 0.58% 0.31% -
XYZ 4.19 2.92 2.53 -
YUV 47.78 124.74 150.27 -
System Red Green Blue C M Y K H S L
Decimal 79 33 42 0 0.58 0.47 0.69 348.26 0.41 0.22
Hex 4F 21 2A 0 3A 2F 45 15C 29 16
Octal 117 41 52 0 72 57 105 534 51 26
Binary 1001111 100001 101010 0 111010 101111 1000101 101011100 101001 10110

Color Harmonies of #4F212A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F212A

Black with #4F212A

Text Example


Text Example

White with #4F212A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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