Shades of Vida Loca #53820D
Tints of Vida Loca #53820D
RGB
CMYK
RGB Variations
Color information
#53820D (or 0x53820D) is known color: Vida Loca. HEX triplet: 53, 82 and 0D. RGB value is (83,130,13). Sum of RGB (Red+Green+Blue) = 83+130+13=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 130 (51.17% from 255 or 57.52% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 130 - color contains mainly: green. Hex color #53820D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53820D is #AC7DF2. Grayscale: #676767. Windows color (decimal): -11304435 or 885331. OLE color: 885331.
HSL color Cylindrical-coordinate representation of color #53820D: hue angle of 84.1º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53820D is Cyan = 0.36, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 130 | 13 | - |
| CMYK | 0.36 | 0 | 0.9 | 0.49 |
| HSL | 84.1º | 0.82% | 0.28% | - |
| HSV(B) | 84.1º | 0.9% | 0.51% | - |
| XYZ | 11.62 | 17.83 | 3.21 | - |
| YUV | 102.61 | 77.43 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 130 | 13 | 0.36 | 0 | 0.9 | 0.49 | 84.1 | 0.82 | 0.28 |
| Hex | 53 | 82 | D | 24 | 0 | 5A | 31 | 54 | 52 | 1C |
| Octal | 123 | 202 | 15 | 44 | 0 | 132 | 61 | 124 | 122 | 34 |
| Binary | 1010011 | 10000010 | 1101 | 100100 | 0 | 1011010 | 110001 | 1010100 | 1010010 | 11100 |
Color Harmonies of #53820D
Complementary color
Monochromatic Colors of #53820D
Black with #53820D
Text Example
Text Example
White with #53820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53820D; }
p { color: rgb(83,130,13); }
H1.HeaderClassName
{
color: #53820D;
}
.AnyTagClassName
{
color: #53820D;
}
</style>
background-color css
<style>
a { background-color: #53820D; }
a { background-color: rgb(83,130,13); }
div.DivClassName
{
background-color: #53820D;
}
.BgClassName
{
background-color: #53820D;
}
</style>
border-color css
<style>
span { border-color: #53820D; }
span { border-color: rgb(83,130,13); }
td.TdClassName
{
border-color: #53820D;
}
.TagClassName
{
border-color: #53820D;
}
</style>