Html Css Color HEX #761629 Red Berry

📋 copy color: '#761629'

red 118 ◦ green 22 ◦ blue 41

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

Shades of Red Berry #761629

Tints of Red Berry #761629

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.15%

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

R = 65.19%
G = 12.15%
B = 22.65%

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

#761629 (or 0x761629) is known color: Red Berry. HEX triplet: 76, 16 and 29. RGB value is (118,22,41). Sum of RGB (Red+Green+Blue) = 118+22+41=181 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.19% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 41 (16.41% from 255 or 22.65% from 181); Max value from RGB is 118 - color contains mainly: red. Hex color #761629 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761629 is #89E9D6. Grayscale: #343434. Windows color (decimal): -9038295 or 2692726. OLE color: 2692726.

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

Color convert

RGB 118 22 41 -
CMYK 0 0.81 0.65 0.54
HSL 348.13º 0.69% 0.27% -
HSV(B) 348.13º 0.81% 0.46% -
XYZ 8.16 4.59 2.55 -
YUV 52.87 121.3 174.46 -
System Red Green Blue C M Y K H S L
Decimal 118 22 41 0 0.81 0.65 0.54 348.13 0.69 0.27
Hex 76 16 29 0 51 41 36 15C 45 1B
Octal 166 26 51 0 121 101 66 534 105 33
Binary 1110110 10110 101001 0 1010001 1000001 110110 101011100 1000101 11011

Color Harmonies of #761629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761629

Black with #761629

Text Example


Text Example

White with #761629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761629; }

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

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

background-color css

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

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

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

border-color css

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

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

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