Html Css Color HEX #761520 Red Berry

📋 copy color: '#761520'

red 118 ◦ green 21 ◦ blue 32

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

Shades of Red Berry #761520

Tints of Red Berry #761520

RGB

 RED value IS 118 (46.48% from 255) = 69.01%

 GREEN value IS 21 (8.59% from 255) = 12.28%

 BLUE value IS 32 (12.89% from 255) = 18.71%

R = 69.01%
G = 12.28%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#761520 (or 0x761520) is known color: Red Berry. HEX triplet: 76, 15 and 20. RGB value is (118,21,32). Sum of RGB (Red+Green+Blue) = 118+21+32=171 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.01% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 118 - color contains mainly: red. Hex color #761520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761520 is #89EADF. Grayscale: #333333. Windows color (decimal): -9038560 or 2102646. OLE color: 2102646.

HSL color Cylindrical-coordinate representation of color #761520: hue angle of 353.2º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #761520 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 21 32 -
CMYK 0 0.82 0.73 0.54
HSL 353.2º 0.7% 0.27% -
HSV(B) 353.2º 0.82% 0.46% -
XYZ 8 4.49 1.81 -
YUV 51.26 117.14 175.61 -
System Red Green Blue C M Y K H S L
Decimal 118 21 32 0 0.82 0.73 0.54 353.2 0.7 0.27
Hex 76 15 20 0 52 49 36 161 46 1B
Octal 166 25 40 0 122 111 66 541 106 33
Binary 1110110 10101 100000 0 1010010 1001001 110110 101100001 1000110 11011

Color Harmonies of #761520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761520

Black with #761520

Text Example


Text Example

White with #761520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761520; }

 p { color: rgb(118,21,32); }

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

background-color css

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

 a { background-color: rgb(118,21,32); }

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

border-color css

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

 span { border-color: rgb(118,21,32); }

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