Html Css Color HEX #761729 Red Berry

📋 copy color: '#761729'

red 118 ◦ green 23 ◦ blue 41

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

Shades of Red Berry #761729

Tints of Red Berry #761729

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.64%

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

R = 64.84%
G = 12.64%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#761729 (or 0x761729) is known color: Red Berry. HEX triplet: 76, 17 and 29. RGB value is (118,23,41). Sum of RGB (Red+Green+Blue) = 118+23+41=182 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.84% from 182); Green value is 23 (9.38% from 255 or 12.64% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 118 - color contains mainly: red. Hex color #761729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761729 is #89E8D6. Grayscale: #353535. Windows color (decimal): -9038039 or 2692982. OLE color: 2692982.

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

Color convert

RGB 118 23 41 -
CMYK 0 0.81 0.65 0.54
HSL 348.63º 0.67% 0.28% -
HSV(B) 348.63º 0.81% 0.46% -
XYZ 8.18 4.62 2.56 -
YUV 53.46 120.97 174.04 -
System Red Green Blue C M Y K H S L
Decimal 118 23 41 0 0.81 0.65 0.54 348.63 0.67 0.28
Hex 76 17 29 0 51 41 36 15D 43 1C
Octal 166 27 51 0 121 101 66 535 103 34
Binary 1110110 10111 101001 0 1010001 1000001 110110 101011101 1000011 11100

Color Harmonies of #761729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761729

Black with #761729

Text Example


Text Example

White with #761729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761729; }

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

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

background-color css

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

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

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

border-color css

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

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

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