Html Css Color HEX #761929 Red Berry

📋 copy color: '#761929'

red 118 ◦ green 25 ◦ blue 41

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

Shades of Red Berry #761929

Tints of Red Berry #761929

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.59%

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

R = 64.13%
G = 13.59%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#761929 (or 0x761929) is known color: Red Berry. HEX triplet: 76, 19 and 29. RGB value is (118,25,41). Sum of RGB (Red+Green+Blue) = 118+25+41=184 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.13% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 41 (16.41% from 255 or 22.28% from 184); Max value from RGB is 118 - color contains mainly: red. Hex color #761929 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761929 is #89E6D6. Grayscale: #363636. Windows color (decimal): -9037527 or 2693494. OLE color: 2693494.

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

Color convert

RGB 118 25 41 -
CMYK 0 0.79 0.65 0.54
HSL 349.68º 0.65% 0.28% -
HSV(B) 349.68º 0.79% 0.46% -
XYZ 8.22 4.71 2.57 -
YUV 54.63 120.31 173.2 -
System Red Green Blue C M Y K H S L
Decimal 118 25 41 0 0.79 0.65 0.54 349.68 0.65 0.28
Hex 76 19 29 0 4F 41 36 15E 41 1C
Octal 166 31 51 0 117 101 66 536 101 34
Binary 1110110 11001 101001 0 1001111 1000001 110110 101011110 1000001 11100

Color Harmonies of #761929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761929

Black with #761929

Text Example


Text Example

White with #761929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761929; }

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

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

background-color css

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

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

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

border-color css

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

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

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