Html Css Color HEX #4F1823 Bordeaux

📋 copy color: '#4F1823'

red 79 ◦ green 24 ◦ blue 35

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

Shades of Bordeaux #4F1823

Tints of Bordeaux #4F1823

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.39%

 BLUE value IS 35 (14.06% from 255) = 25.36%

R = 57.25%
G = 17.39%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#4F1823 (or 0x4F1823) is known color: Bordeaux. HEX triplet: 4F, 18 and 23. RGB value is (79,24,35). Sum of RGB (Red+Green+Blue) = 79+24+35=138 (18% of max value = 765). Red value is 79 (31.25% from 255 or 57.25% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1823 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1823 is #B0E7DC. Grayscale: #292929. Windows color (decimal): -11593693 or 2299983. OLE color: 2299983.

HSL color Cylindrical-coordinate representation of color #4F1823: hue angle of 348º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4F1823 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 24 35 -
CMYK 0 0.70 0.56 0.69
HSL 348º 0.53% 0.2% -
HSV(B) 348º 0.7% 0.31% -
XYZ 3.85 2.44 1.86 -
YUV 41.7 124.22 154.61 -
System Red Green Blue C M Y K H S L
Decimal 79 24 35 0 0.70 0.56 0.69 348 0.53 0.2
Hex 4F 18 23 0 46 38 45 15C 35 14
Octal 117 30 43 0 106 70 105 534 65 24
Binary 1001111 11000 100011 0 1000110 111000 1000101 101011100 110101 10100

Color Harmonies of #4F1823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1823

Black with #4F1823

Text Example


Text Example

White with #4F1823

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,24,35); }

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

background-color css

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

 a { background-color: rgb(79,24,35); }

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

border-color css

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

 span { border-color: rgb(79,24,35); }

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