Html Css Color HEX #761121 Red Berry

📋 copy color: '#761121'

red 118 ◦ green 17 ◦ blue 33

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

Shades of Red Berry #761121

Tints of Red Berry #761121

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.12%

 BLUE value IS 33 (13.28% from 255) = 19.64%

R = 70.24%
G = 10.12%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#761121 (or 0x761121) is known color: Red Berry. HEX triplet: 76, 11 and 21. RGB value is (118,17,33). Sum of RGB (Red+Green+Blue) = 118+17+33=168 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.24% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 118 - color contains mainly: red. Hex color #761121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761121 is #89EEDE. Grayscale: #313131. Windows color (decimal): -9039583 or 2167158. OLE color: 2167158.

HSL color Cylindrical-coordinate representation of color #761121: hue angle of 350.5º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761121 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 17 33 -
CMYK 0 0.86 0.72 0.54
HSL 350.5º 0.75% 0.26% -
HSV(B) 350.5º 0.86% 0.46% -
XYZ 7.95 4.36 1.86 -
YUV 49.02 118.96 177.2 -
System Red Green Blue C M Y K H S L
Decimal 118 17 33 0 0.86 0.72 0.54 350.5 0.75 0.26
Hex 76 11 21 0 56 48 36 15E 4B 1A
Octal 166 21 41 0 126 110 66 536 113 32
Binary 1110110 10001 100001 0 1010110 1001000 110110 101011110 1001011 11010

Color Harmonies of #761121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761121

Black with #761121

Text Example


Text Example

White with #761121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761121; }

 p { color: rgb(118,17,33); }

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

background-color css

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

 a { background-color: rgb(118,17,33); }

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

border-color css

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

 span { border-color: rgb(118,17,33); }

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