Html Css Color HEX #76162B Red Berry

📋 copy color: '#76162B'

red 118 ◦ green 22 ◦ blue 43

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

Shades of Red Berry #76162B

Tints of Red Berry #76162B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 23.5%

R = 64.48%
G = 12.02%
B = 23.5%

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

#76162B (or 0x76162B) is known color: Red Berry. HEX triplet: 76, 16 and 2B. RGB value is (118,22,43). Sum of RGB (Red+Green+Blue) = 118+22+43=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 43 (17.19% from 255 or 23.50% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #76162B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76162B is #89E9D4. Grayscale: #353535. Windows color (decimal): -9038293 or 2823798. OLE color: 2823798.

HSL color Cylindrical-coordinate representation of color #76162B: hue angle of 346.88º 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 #76162B is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 22 43 -
CMYK 0 0.81 0.64 0.54
HSL 346.88º 0.69% 0.27% -
HSV(B) 346.88º 0.81% 0.46% -
XYZ 8.19 4.6 2.74 -
YUV 53.1 122.3 174.29 -
System Red Green Blue C M Y K H S L
Decimal 118 22 43 0 0.81 0.64 0.54 346.88 0.69 0.27
Hex 76 16 2B 0 51 40 36 15B 45 1B
Octal 166 26 53 0 121 100 66 533 105 33
Binary 1110110 10110 101011 0 1010001 1000000 110110 101011011 1000101 11011

Color Harmonies of #76162B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76162B

Black with #76162B

Text Example


Text Example

White with #76162B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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