Html Css Color HEX #77192D Red Berry

📋 copy color: '#77192D'

red 119 ◦ green 25 ◦ blue 45

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

Shades of Red Berry #77192D

Tints of Red Berry #77192D

RGB

 RED value IS 119 (46.88% from 255) = 62.96%

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

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

R = 62.96%
G = 13.23%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#77192D (or 0x77192D) is known color: Red Berry. HEX triplet: 77, 19 and 2D. RGB value is (119,25,45). Sum of RGB (Red+Green+Blue) = 119+25+45=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #77192D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77192D is #88E6D2. Grayscale: #373737. Windows color (decimal): -8971987 or 2955639. OLE color: 2955639.

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

Color convert

RGB 119 25 45 -
CMYK 0 0.79 0.62 0.53
HSL 347.23º 0.65% 0.28% -
HSV(B) 347.23º 0.79% 0.47% -
XYZ 8.43 4.81 2.97 -
YUV 55.39 122.14 173.37 -
System Red Green Blue C M Y K H S L
Decimal 119 25 45 0 0.79 0.62 0.53 347.23 0.65 0.28
Hex 77 19 2D 0 4F 3E 35 15B 41 1C
Octal 167 31 55 0 117 76 65 533 101 34
Binary 1110111 11001 101101 0 1001111 111110 110101 101011011 1000001 11100

Color Harmonies of #77192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77192D

Black with #77192D

Text Example


Text Example

White with #77192D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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