Html Css Color HEX #761420 Red Berry

📋 copy color: '#761420'

red 118 ◦ green 20 ◦ blue 32

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

Shades of Red Berry #761420

Tints of Red Berry #761420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 18.82%

R = 69.41%
G = 11.76%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#761420 (or 0x761420) is known color: Red Berry. HEX triplet: 76, 14 and 20. RGB value is (118,20,32). Sum of RGB (Red+Green+Blue) = 118+20+32=170 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.41% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 32 (12.89% from 255 or 18.82% from 170); Max value from RGB is 118 - color contains mainly: red. Hex color #761420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761420 is #89EBDF. Grayscale: #323232. Windows color (decimal): -9038816 or 2102390. OLE color: 2102390.

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

Color convert

RGB 118 20 32 -
CMYK 0 0.83 0.73 0.54
HSL 352.65º 0.71% 0.27% -
HSV(B) 352.65º 0.83% 0.46% -
XYZ 7.98 4.46 1.81 -
YUV 50.67 117.47 176.02 -
System Red Green Blue C M Y K H S L
Decimal 118 20 32 0 0.83 0.73 0.54 352.65 0.71 0.27
Hex 76 14 20 0 53 49 36 161 47 1B
Octal 166 24 40 0 123 111 66 541 107 33
Binary 1110110 10100 100000 0 1010011 1001001 110110 101100001 1000111 11011

Color Harmonies of #761420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761420

Black with #761420

Text Example


Text Example

White with #761420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761420; }

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

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

background-color css

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

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

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

border-color css

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

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

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