Html Css Color HEX #4F0C25 Bordeaux

📋 copy color: '#4F0C25'

red 79 ◦ green 12 ◦ blue 37

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

Shades of Bordeaux #4F0C25

Tints of Bordeaux #4F0C25

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.38%

 BLUE value IS 37 (14.84% from 255) = 28.91%

R = 61.72%
G = 9.38%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.69

RGB Variations

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

Color information

#4F0C25 (or 0x4F0C25) is known color: Bordeaux. HEX triplet: 4F, 0C and 25. RGB value is (79,12,37). Sum of RGB (Red+Green+Blue) = 79+12+37=128 (16% of max value = 765). Red value is 79 (31.25% from 255 or 61.72% from 128); Green value is 12 (5.08% from 255 or 9.38% from 128); Blue value is 37 (14.84% from 255 or 28.91% from 128); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0C25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0C25 is #B0F3DA. Grayscale: #222222. Windows color (decimal): -11596763 or 2427983. OLE color: 2427983.

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

Color convert

RGB 79 12 37 -
CMYK 0 0.85 0.53 0.69
HSL 337.61º 0.74% 0.18% -
HSV(B) 337.61º 0.85% 0.31% -
XYZ 3.69 2.06 1.95 -
YUV 34.88 129.2 159.47 -
System Red Green Blue C M Y K H S L
Decimal 79 12 37 0 0.85 0.53 0.69 337.61 0.74 0.18
Hex 4F C 25 0 55 35 45 152 4A 12
Octal 117 14 45 0 125 65 105 522 112 22
Binary 1001111 1100 100101 0 1010101 110101 1000101 101010010 1001010 10010

Color Harmonies of #4F0C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0C25

Black with #4F0C25

Text Example


Text Example

White with #4F0C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,12,37); }

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

background-color css

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

 a { background-color: rgb(79,12,37); }

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

border-color css

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

 span { border-color: rgb(79,12,37); }

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