Shades of Red Berry #6A2023
Tints of Red Berry #6A2023
RGB
CMYK
RGB Variations
Color information
#6A2023 (or 0x6A2023) is known color: Red Berry. HEX triplet: 6A, 20 and 23. RGB value is (106,32,35). Sum of RGB (Red+Green+Blue) = 106+32+35=173 (22% of max value = 765). Red value is 106 (41.80% from 255 or 61.27% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 35 (14.06% from 255 or 20.23% from 173); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2023 is #95DFDC. Grayscale: #363636. Windows color (decimal): -9822173 or 2302058. OLE color: 2302058.
HSL color Cylindrical-coordinate representation of color #6A2023: hue angle of 357.57º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6A2023 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 32 | 35 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.58 |
| HSL | 357.57º | 0.54% | 0.27% | - |
| HSV(B) | 357.57º | 0.7% | 0.42% | - |
| XYZ | 6.76 | 4.22 | 2.05 | - |
| YUV | 54.47 | 117.02 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 32 | 35 | 0 | 0.70 | 0.67 | 0.58 | 357.57 | 0.54 | 0.27 |
| Hex | 6A | 20 | 23 | 0 | 46 | 43 | 3A | 166 | 36 | 1B |
| Octal | 152 | 40 | 43 | 0 | 106 | 103 | 72 | 546 | 66 | 33 |
| Binary | 1101010 | 100000 | 100011 | 0 | 1000110 | 1000011 | 111010 | 101100110 | 110110 | 11011 |
Color Harmonies of #6A2023
Complementary color
Monochromatic Colors of #6A2023
Black with #6A2023
Text Example
Text Example
White with #6A2023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2023; }
p { color: rgb(106,32,35); }
H1.HeaderClassName
{
color: #6A2023;
}
.AnyTagClassName
{
color: #6A2023;
}
</style>
background-color css
<style>
a { background-color: #6A2023; }
a { background-color: rgb(106,32,35); }
div.DivClassName
{
background-color: #6A2023;
}
.BgClassName
{
background-color: #6A2023;
}
</style>
border-color css
<style>
span { border-color: #6A2023; }
span { border-color: rgb(106,32,35); }
td.TdClassName
{
border-color: #6A2023;
}
.TagClassName
{
border-color: #6A2023;
}
</style>