Html Css Color HEX #514B3F Mondo

📋 copy color: '#514B3F'

red 81 ◦ green 75 ◦ blue 63

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

Shades of Mondo #514B3F

Tints of Mondo #514B3F

RGB

 RED value IS 81 (32.03% from 255) = 36.99%

 GREEN value IS 75 (29.69% from 255) = 34.25%

 BLUE value IS 63 (25% from 255) = 28.77%

R = 36.99%
G = 34.25%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#514B3F (or 0x514B3F) is known color: Mondo. HEX triplet: 51, 4B and 3F. RGB value is (81,75,63). Sum of RGB (Red+Green+Blue) = 81+75+63=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 75 (29.69% from 255 or 34.25% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 81 - color contains mainly: red. Hex color #514B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B3F is #AEB4C0. Grayscale: #4B4B4B. Windows color (decimal): -11449537 or 4148049. OLE color: 4148049.

HSL color Cylindrical-coordinate representation of color #514B3F: hue angle of 40º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #514B3F is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 75 63 -
CMYK 0 0.07 0.22 0.68
HSL 40º 0.13% 0.28% -
HSV(B) 40º 0.22% 0.32% -
XYZ 6.81 7.14 5.72 -
YUV 75.43 120.99 131.98 -
System Red Green Blue C M Y K H S L
Decimal 81 75 63 0 0.07 0.22 0.68 40 0.13 0.28
Hex 51 4B 3F 0 7 16 44 28 C 1C
Octal 121 113 77 0 7 26 104 50 14 34
Binary 1010001 1001011 111111 0 111 10110 1000100 101000 1100 11100

Color Harmonies of #514B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514B3F

Black with #514B3F

Text Example


Text Example

White with #514B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514B3F; }

 p { color: rgb(81,75,63); }

 H1.HeaderClassName
 {
   color: #514B3F;
 }
 .AnyTagClassName
 {
   color: #514B3F;
 }
</style>

background-color css

<style>
 a { background-color: #514B3F; }

 a { background-color: rgb(81,75,63); }

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

border-color css

<style>
 span { border-color: #514B3F; }

 span { border-color: rgb(81,75,63); }

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