Html Css Color HEX #761129 Red Berry

📋 copy color: '#761129'

red 118 ◦ green 17 ◦ blue 41

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

Shades of Red Berry #761129

Tints of Red Berry #761129

RGB

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

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

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

R = 67.05%
G = 9.66%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#761129 (or 0x761129) is known color: Red Berry. HEX triplet: 76, 11 and 29. RGB value is (118,17,41). Sum of RGB (Red+Green+Blue) = 118+17+41=176 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.05% from 176); Green value is 17 (7.03% from 255 or 9.66% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 118 - color contains mainly: red. Hex color #761129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761129 is #89EED6. Grayscale: #313131. Windows color (decimal): -9039575 or 2691446. OLE color: 2691446.

HSL color Cylindrical-coordinate representation of color #761129: hue angle of 345.74º 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 #761129 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 17 41 -
CMYK 0 0.86 0.65 0.54
HSL 345.74º 0.75% 0.26% -
HSV(B) 345.74º 0.86% 0.46% -
XYZ 8.07 4.41 2.52 -
YUV 49.94 122.96 176.55 -
System Red Green Blue C M Y K H S L
Decimal 118 17 41 0 0.86 0.65 0.54 345.74 0.75 0.26
Hex 76 11 29 0 56 41 36 15A 4B 1A
Octal 166 21 51 0 126 101 66 532 113 32
Binary 1110110 10001 101001 0 1010110 1000001 110110 101011010 1001011 11010

Color Harmonies of #761129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761129

Black with #761129

Text Example


Text Example

White with #761129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761129; }

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

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

background-color css

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

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

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

border-color css

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

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

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