Html Css Color HEX #4F1D23 Bordeaux

📋 copy color: '#4F1D23'

red 79 ◦ green 29 ◦ blue 35

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

Shades of Bordeaux #4F1D23

Tints of Bordeaux #4F1D23

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20.28%

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

R = 55.24%
G = 20.28%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#4F1D23 (or 0x4F1D23) is known color: Bordeaux. HEX triplet: 4F, 1D and 23. RGB value is (79,29,35). Sum of RGB (Red+Green+Blue) = 79+29+35=143 (18% of max value = 765). Red value is 79 (31.25% from 255 or 55.24% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 35 (14.06% from 255 or 24.48% from 143); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1D23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1D23 is #B0E2DC. Grayscale: #2C2C2C. Windows color (decimal): -11592413 or 2301263. OLE color: 2301263.

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

Color convert

RGB 79 29 35 -
CMYK 0 0.63 0.56 0.69
HSL 352.8º 0.46% 0.21% -
HSV(B) 352.8º 0.63% 0.31% -
XYZ 3.97 2.66 1.89 -
YUV 44.63 122.57 152.51 -
System Red Green Blue C M Y K H S L
Decimal 79 29 35 0 0.63 0.56 0.69 352.8 0.46 0.21
Hex 4F 1D 23 0 3F 38 45 161 2E 15
Octal 117 35 43 0 77 70 105 541 56 25
Binary 1001111 11101 100011 0 111111 111000 1000101 101100001 101110 10101

Color Harmonies of #4F1D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1D23

Black with #4F1D23

Text Example


Text Example

White with #4F1D23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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