Html Css Color HEX #4F232B Bordeaux

📋 copy color: '#4F232B'

red 79 ◦ green 35 ◦ blue 43

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

Shades of Bordeaux #4F232B

Tints of Bordeaux #4F232B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.29%

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

R = 50.32%
G = 22.29%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#4F232B (or 0x4F232B) is known color: Bordeaux. HEX triplet: 4F, 23 and 2B. RGB value is (79,35,43). Sum of RGB (Red+Green+Blue) = 79+35+43=157 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.32% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 79 - color contains mainly: red. Hex color #4F232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F232B is #B0DCD4. Grayscale: #313131. Windows color (decimal): -11590869 or 2827087. OLE color: 2827087.

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

Color convert

RGB 79 35 43 -
CMYK 0 0.56 0.46 0.69
HSL 349.09º 0.39% 0.22% -
HSV(B) 349.09º 0.56% 0.31% -
XYZ 4.26 3.04 2.65 -
YUV 49.07 124.58 149.35 -
System Red Green Blue C M Y K H S L
Decimal 79 35 43 0 0.56 0.46 0.69 349.09 0.39 0.22
Hex 4F 23 2B 0 38 2E 45 15D 27 16
Octal 117 43 53 0 70 56 105 535 47 26
Binary 1001111 100011 101011 0 111000 101110 1000101 101011101 100111 10110

Color Harmonies of #4F232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F232B

Black with #4F232B

Text Example


Text Example

White with #4F232B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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