Html Css Color HEX #514B41 Mondo

📋 copy color: '#514B41'

red 81 ◦ green 75 ◦ blue 65

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

Shades of Mondo #514B41

Tints of Mondo #514B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 29.41%

R = 36.65%
G = 33.94%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#514B41 (or 0x514B41) is known color: Mondo. HEX triplet: 51, 4B and 41. RGB value is (81,75,65). Sum of RGB (Red+Green+Blue) = 81+75+65=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 65 (25.78% from 255 or 29.41% from 221); Max value from RGB is 81 - color contains mainly: red. Hex color #514B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B41 is #AEB4BE. Grayscale: #4B4B4B. Windows color (decimal): -11449535 or 4279121. OLE color: 4279121.

HSL color Cylindrical-coordinate representation of color #514B41: hue angle of 37.5º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #514B41 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 75 65 -
CMYK 0 0.07 0.20 0.68
HSL 37.5º 0.11% 0.29% -
HSV(B) 37.5º 0.2% 0.32% -
XYZ 6.86 7.16 6.02 -
YUV 75.65 121.99 131.81 -
System Red Green Blue C M Y K H S L
Decimal 81 75 65 0 0.07 0.20 0.68 37.5 0.11 0.29
Hex 51 4B 41 0 7 14 44 26 B 1D
Octal 121 113 101 0 7 24 104 46 13 35
Binary 1010001 1001011 1000001 0 111 10100 1000100 100110 1011 11101

Color Harmonies of #514B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514B41

Black with #514B41

Text Example


Text Example

White with #514B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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