Html Css Color HEX #761824 Red Berry

📋 copy color: '#761824'

red 118 ◦ green 24 ◦ blue 36

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

Shades of Red Berry #761824

Tints of Red Berry #761824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 20.22%

R = 66.29%
G = 13.48%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#761824 (or 0x761824) is known color: Red Berry. HEX triplet: 76, 18 and 24. RGB value is (118,24,36). Sum of RGB (Red+Green+Blue) = 118+24+36=178 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.29% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 36 (14.45% from 255 or 20.22% from 178); Max value from RGB is 118 - color contains mainly: red. Hex color #761824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761824 is #89E7DB. Grayscale: #353535. Windows color (decimal): -9037788 or 2365558. OLE color: 2365558.

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

Color convert

RGB 118 24 36 -
CMYK 0 0.80 0.69 0.54
HSL 352.34º 0.66% 0.28% -
HSV(B) 352.34º 0.8% 0.46% -
XYZ 8.12 4.63 2.14 -
YUV 53.47 118.14 174.02 -
System Red Green Blue C M Y K H S L
Decimal 118 24 36 0 0.80 0.69 0.54 352.34 0.66 0.28
Hex 76 18 24 0 50 45 36 160 42 1C
Octal 166 30 44 0 120 105 66 540 102 34
Binary 1110110 11000 100100 0 1010000 1000101 110110 101100000 1000010 11100

Color Harmonies of #761824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761824

Black with #761824

Text Example


Text Example

White with #761824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761824; }

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

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

background-color css

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

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

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

border-color css

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

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

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