Html Css Color HEX #761224 Red Berry

📋 copy color: '#761224'

red 118 ◦ green 18 ◦ blue 36

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

Shades of Red Berry #761224

Tints of Red Berry #761224

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.47%

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

R = 68.6%
G = 10.47%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#761224 (or 0x761224) is known color: Red Berry. HEX triplet: 76, 12 and 24. RGB value is (118,18,36). Sum of RGB (Red+Green+Blue) = 118+18+36=172 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.60% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 36 (14.45% from 255 or 20.93% from 172); Max value from RGB is 118 - color contains mainly: red. Hex color #761224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761224 is #89EDDB. Grayscale: #313131. Windows color (decimal): -9039324 or 2364022. OLE color: 2364022.

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

Color convert

RGB 118 18 36 -
CMYK 0 0.85 0.69 0.54
HSL 349.2º 0.74% 0.27% -
HSV(B) 349.2º 0.85% 0.46% -
XYZ 8.01 4.41 2.1 -
YUV 49.95 120.13 176.54 -
System Red Green Blue C M Y K H S L
Decimal 118 18 36 0 0.85 0.69 0.54 349.2 0.74 0.27
Hex 76 12 24 0 55 45 36 15D 4A 1B
Octal 166 22 44 0 125 105 66 535 112 33
Binary 1110110 10010 100100 0 1010101 1000101 110110 101011101 1001010 11011

Color Harmonies of #761224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761224

Black with #761224

Text Example


Text Example

White with #761224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761224; }

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

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

background-color css

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

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

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

border-color css

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

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

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