Html Css Color HEX #761424 Red Berry

📋 copy color: '#761424'

red 118 ◦ green 20 ◦ blue 36

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

Shades of Red Berry #761424

Tints of Red Berry #761424

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.49%

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

R = 67.82%
G = 11.49%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#761424 (or 0x761424) is known color: Red Berry. HEX triplet: 76, 14 and 24. RGB value is (118,20,36). Sum of RGB (Red+Green+Blue) = 118+20+36=174 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.82% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 36 (14.45% from 255 or 20.69% from 174); Max value from RGB is 118 - color contains mainly: red. Hex color #761424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761424 is #89EBDB. Grayscale: #333333. Windows color (decimal): -9038812 or 2364534. OLE color: 2364534.

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

Color convert

RGB 118 20 36 -
CMYK 0 0.83 0.69 0.54
HSL 350.2º 0.71% 0.27% -
HSV(B) 350.2º 0.83% 0.46% -
XYZ 8.04 4.48 2.11 -
YUV 51.13 119.47 175.7 -
System Red Green Blue C M Y K H S L
Decimal 118 20 36 0 0.83 0.69 0.54 350.2 0.71 0.27
Hex 76 14 24 0 53 45 36 15E 47 1B
Octal 166 24 44 0 123 105 66 536 107 33
Binary 1110110 10100 100100 0 1010011 1000101 110110 101011110 1000111 11011

Color Harmonies of #761424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761424

Black with #761424

Text Example


Text Example

White with #761424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761424; }

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

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

background-color css

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

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

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

border-color css

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

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

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