#77182B

Color #77182B Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #77182B

Tints of Red Berry #77182B

Color information

#77182B (or 0x77182B) is unknown color: approx Red Berry. HEX triplet: 77, 18 and 2B. RGB value is (119,24,43). Sum of RGB (Red+Green+Blue) = 119+24+43=186 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.98% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 119 - color contains mainly: red. Hex color #77182B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77182B is #88E7D4. Grayscale: #363636. Windows color (decimal): -8972245 or 2824311. OLE color: 2824311.

HSL color Cylindrical-coordinate representation of color #77182B: hue angle of 348º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #77182B is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB1192443-
CMYK00.800.640.53
HSL348º66.43%28.04%-
HSV(B)348º79.83%46.67%-
XYZ8.374.752.76-
YUV54.57121.47173.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 63.98%
GREEN value IS 24 (9.77% from 255) = 12.90%
BLUE value IS 43 (17.19% from 255) = 23.12%
R=63.98%
G=12.90%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119244300.800.640.5334866.4328.04
Hex77182B050403515c421c
Octal167305301201006553410234
Binary111011111000101011010100001000000110101101011100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77182B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #77182B;
 }
 .AnyTagClassName
 {
   color: #77182B;
 }
</style>
background-color css

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

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

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

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

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

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