Html Css Color HEX #761829 Red Berry

📋 copy color: '#761829'

red 118 ◦ green 24 ◦ blue 41

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

Shades of Red Berry #761829

Tints of Red Berry #761829

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.11%

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

R = 64.48%
G = 13.11%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#761829 (or 0x761829) is known color: Red Berry. HEX triplet: 76, 18 and 29. RGB value is (118,24,41). Sum of RGB (Red+Green+Blue) = 118+24+41=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 41 (16.41% from 255 or 22.40% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #761829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761829 is #89E7D6. Grayscale: #363636. Windows color (decimal): -9037783 or 2693238. OLE color: 2693238.

HSL color Cylindrical-coordinate representation of color #761829: hue angle of 349.15º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #761829 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 24 41 -
CMYK 0 0.80 0.65 0.54
HSL 349.15º 0.66% 0.28% -
HSV(B) 349.15º 0.8% 0.46% -
XYZ 8.2 4.66 2.57 -
YUV 54.04 120.64 173.62 -
System Red Green Blue C M Y K H S L
Decimal 118 24 41 0 0.80 0.65 0.54 349.15 0.66 0.28
Hex 76 18 29 0 50 41 36 15D 42 1C
Octal 166 30 51 0 120 101 66 535 102 34
Binary 1110110 11000 101001 0 1010000 1000001 110110 101011101 1000010 11100

Color Harmonies of #761829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761829

Black with #761829

Text Example


Text Example

White with #761829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761829; }

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

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

background-color css

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

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

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

border-color css

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

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

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