Html Css Color HEX #761329 Red Berry

📋 copy color: '#761329'

red 118 ◦ green 19 ◦ blue 41

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

Shades of Red Berry #761329

Tints of Red Berry #761329

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.67%

 BLUE value IS 41 (16.41% from 255) = 23.03%

R = 66.29%
G = 10.67%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#761329 (or 0x761329) is known color: Red Berry. HEX triplet: 76, 13 and 29. RGB value is (118,19,41). Sum of RGB (Red+Green+Blue) = 118+19+41=178 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.29% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 118 - color contains mainly: red. Hex color #761329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761329 is #89ECD6. Grayscale: #333333. Windows color (decimal): -9039063 or 2691958. OLE color: 2691958.

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

Color convert

RGB 118 19 41 -
CMYK 0 0.84 0.65 0.54
HSL 346.67º 0.72% 0.27% -
HSV(B) 346.67º 0.84% 0.46% -
XYZ 8.1 4.48 2.53 -
YUV 51.11 122.3 175.71 -
System Red Green Blue C M Y K H S L
Decimal 118 19 41 0 0.84 0.65 0.54 346.67 0.72 0.27
Hex 76 13 29 0 54 41 36 15B 48 1B
Octal 166 23 51 0 124 101 66 533 110 33
Binary 1110110 10011 101001 0 1010100 1000001 110110 101011011 1001000 11011

Color Harmonies of #761329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761329

Black with #761329

Text Example


Text Example

White with #761329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761329; }

 p { color: rgb(118,19,41); }

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

background-color css

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

 a { background-color: rgb(118,19,41); }

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

border-color css

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

 span { border-color: rgb(118,19,41); }

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