Html Css Color HEX #4F202B Bordeaux

📋 copy color: '#4F202B'

red 79 ◦ green 32 ◦ blue 43

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

Shades of Bordeaux #4F202B

Tints of Bordeaux #4F202B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.78%

 BLUE value IS 43 (17.19% from 255) = 27.92%

R = 51.3%
G = 20.78%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#4F202B (or 0x4F202B) is known color: Bordeaux. HEX triplet: 4F, 20 and 2B. RGB value is (79,32,43). Sum of RGB (Red+Green+Blue) = 79+32+43=154 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.30% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 79 - color contains mainly: red. Hex color #4F202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F202B is #B0DFD4. Grayscale: #2F2F2F. Windows color (decimal): -11591637 or 2826319. OLE color: 2826319.

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

Color convert

RGB 79 32 43 -
CMYK 0 0.59 0.46 0.69
HSL 345.96º 0.42% 0.22% -
HSV(B) 345.96º 0.59% 0.31% -
XYZ 4.18 2.87 2.62 -
YUV 47.31 125.57 150.61 -
System Red Green Blue C M Y K H S L
Decimal 79 32 43 0 0.59 0.46 0.69 345.96 0.42 0.22
Hex 4F 20 2B 0 3B 2E 45 15A 2A 16
Octal 117 40 53 0 73 56 105 532 52 26
Binary 1001111 100000 101011 0 111011 101110 1000101 101011010 101010 10110

Color Harmonies of #4F202B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F202B

Black with #4F202B

Text Example


Text Example

White with #4F202B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,32,43); }

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

background-color css

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

 a { background-color: rgb(79,32,43); }

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

border-color css

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

 span { border-color: rgb(79,32,43); }

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