Html Css Color HEX #77192B Red Berry

📋 copy color: '#77192B'

red 119 ◦ green 25 ◦ blue 43

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

Shades of Red Berry #77192B

Tints of Red Berry #77192B

RGB

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

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

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

R = 63.64%
G = 13.37%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#77192B (or 0x77192B) is known color: Red Berry. HEX triplet: 77, 19 and 2B. RGB value is (119,25,43). Sum of RGB (Red+Green+Blue) = 119+25+43=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #77192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77192B is #88E6D4. Grayscale: #373737. Windows color (decimal): -8971989 or 2824567. OLE color: 2824567.

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

Color convert

RGB 119 25 43 -
CMYK 0 0.79 0.64 0.53
HSL 348.51º 0.65% 0.28% -
HSV(B) 348.51º 0.79% 0.47% -
XYZ 8.39 4.79 2.77 -
YUV 55.16 121.14 173.54 -
System Red Green Blue C M Y K H S L
Decimal 119 25 43 0 0.79 0.64 0.53 348.51 0.65 0.28
Hex 77 19 2B 0 4F 40 35 15D 41 1C
Octal 167 31 53 0 117 100 65 535 101 34
Binary 1110111 11001 101011 0 1001111 1000000 110101 101011101 1000001 11100

Color Harmonies of #77192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77192B

Black with #77192B

Text Example


Text Example

White with #77192B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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