Html Css Color HEX #4F0D24 Bordeaux

📋 copy color: '#4F0D24'

red 79 ◦ green 13 ◦ blue 36

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

Shades of Bordeaux #4F0D24

Tints of Bordeaux #4F0D24

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.16%

 BLUE value IS 36 (14.45% from 255) = 28.13%

R = 61.72%
G = 10.16%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.69

RGB Variations

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

Color information

#4F0D24 (or 0x4F0D24) is known color: Bordeaux. HEX triplet: 4F, 0D and 24. RGB value is (79,13,36). Sum of RGB (Red+Green+Blue) = 79+13+36=128 (16% of max value = 765). Red value is 79 (31.25% from 255 or 61.72% from 128); Green value is 13 (5.47% from 255 or 10.16% from 128); Blue value is 36 (14.45% from 255 or 28.12% from 128); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0D24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0D24 is #B0F2DB. Grayscale: #232323. Windows color (decimal): -11596508 or 2362703. OLE color: 2362703.

HSL color Cylindrical-coordinate representation of color #4F0D24: hue angle of 339.09º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F0D24 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 13 36 -
CMYK 0 0.84 0.54 0.69
HSL 339.09º 0.72% 0.18% -
HSV(B) 339.09º 0.84% 0.31% -
XYZ 3.69 2.08 1.88 -
YUV 35.36 128.37 159.13 -
System Red Green Blue C M Y K H S L
Decimal 79 13 36 0 0.84 0.54 0.69 339.09 0.72 0.18
Hex 4F D 24 0 54 36 45 153 48 12
Octal 117 15 44 0 124 66 105 523 110 22
Binary 1001111 1101 100100 0 1010100 110110 1000101 101010011 1001000 10010

Color Harmonies of #4F0D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0D24

Black with #4F0D24

Text Example


Text Example

White with #4F0D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,13,36); }

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

background-color css

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

 a { background-color: rgb(79,13,36); }

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

border-color css

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

 span { border-color: rgb(79,13,36); }

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