Html Css Color HEX #76192D Red Berry

📋 copy color: '#76192D'

red 118 ◦ green 25 ◦ blue 45

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

Shades of Red Berry #76192D

Tints of Red Berry #76192D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.3%

 BLUE value IS 45 (17.97% from 255) = 23.94%

R = 62.77%
G = 13.3%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#76192D (or 0x76192D) is known color: Red Berry. HEX triplet: 76, 19 and 2D. RGB value is (118,25,45). Sum of RGB (Red+Green+Blue) = 118+25+45=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #76192D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76192D is #89E6D2. Grayscale: #373737. Windows color (decimal): -9037523 or 2955638. OLE color: 2955638.

HSL color Cylindrical-coordinate representation of color #76192D: hue angle of 347.1º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #76192D is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 25 45 -
CMYK 0 0.79 0.62 0.54
HSL 347.1º 0.65% 0.28% -
HSV(B) 347.1º 0.79% 0.46% -
XYZ 8.29 4.74 2.96 -
YUV 55.09 122.31 172.87 -
System Red Green Blue C M Y K H S L
Decimal 118 25 45 0 0.79 0.62 0.54 347.1 0.65 0.28
Hex 76 19 2D 0 4F 3E 36 15B 41 1C
Octal 166 31 55 0 117 76 66 533 101 34
Binary 1110110 11001 101101 0 1001111 111110 110110 101011011 1000001 11100

Color Harmonies of #76192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76192D

Black with #76192D

Text Example


Text Example

White with #76192D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76192D; }

 p { color: rgb(118,25,45); }

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

background-color css

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

 a { background-color: rgb(118,25,45); }

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

border-color css

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

 span { border-color: rgb(118,25,45); }

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