Html Css Color HEX #76162A Red Berry

📋 copy color: '#76162A'

red 118 ◦ green 22 ◦ blue 42

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

Shades of Red Berry #76162A

Tints of Red Berry #76162A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.09%

 BLUE value IS 42 (16.8% from 255) = 23.08%

R = 64.84%
G = 12.09%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76162A (or 0x76162A) is known color: Red Berry. HEX triplet: 76, 16 and 2A. RGB value is (118,22,42). Sum of RGB (Red+Green+Blue) = 118+22+42=182 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.84% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 118 - color contains mainly: red. Hex color #76162A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76162A is #89E9D5. Grayscale: #343434. Windows color (decimal): -9038294 or 2758262. OLE color: 2758262.

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

Color convert

RGB 118 22 42 -
CMYK 0 0.81 0.64 0.54
HSL 347.5º 0.69% 0.27% -
HSV(B) 347.5º 0.81% 0.46% -
XYZ 8.18 4.59 2.65 -
YUV 52.98 121.8 174.37 -
System Red Green Blue C M Y K H S L
Decimal 118 22 42 0 0.81 0.64 0.54 347.5 0.69 0.27
Hex 76 16 2A 0 51 40 36 15C 45 1B
Octal 166 26 52 0 121 100 66 534 105 33
Binary 1110110 10110 101010 0 1010001 1000000 110110 101011100 1000101 11011

Color Harmonies of #76162A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76162A

Black with #76162A

Text Example


Text Example

White with #76162A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76162A; }

 p { color: rgb(118,22,42); }

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

background-color css

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

 a { background-color: rgb(118,22,42); }

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

border-color css

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

 span { border-color: rgb(118,22,42); }

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