Html Css Color HEX #77132A Red Berry

📋 copy color: '#77132A'

red 119 ◦ green 19 ◦ blue 42

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

Shades of Red Berry #77132A

Tints of Red Berry #77132A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.56%

 BLUE value IS 42 (16.8% from 255) = 23.33%

R = 66.11%
G = 10.56%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#77132A (or 0x77132A) is known color: Red Berry. HEX triplet: 77, 13 and 2A. RGB value is (119,19,42). Sum of RGB (Red+Green+Blue) = 119+19+42=180 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.11% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 119 - color contains mainly: red. Hex color #77132A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77132A is #88ECD5. Grayscale: #333333. Windows color (decimal): -8973526 or 2757495. OLE color: 2757495.

HSL color Cylindrical-coordinate representation of color #77132A: hue angle of 346.2º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #77132A is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 19 42 -
CMYK 0 0.84 0.65 0.53
HSL 346.2º 0.72% 0.27% -
HSV(B) 346.2º 0.84% 0.47% -
XYZ 8.26 4.55 2.63 -
YUV 51.52 122.63 176.13 -
System Red Green Blue C M Y K H S L
Decimal 119 19 42 0 0.84 0.65 0.53 346.2 0.72 0.27
Hex 77 13 2A 0 54 41 35 15A 48 1B
Octal 167 23 52 0 124 101 65 532 110 33
Binary 1110111 10011 101010 0 1010100 1000001 110101 101011010 1001000 11011

Color Harmonies of #77132A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77132A

Black with #77132A

Text Example


Text Example

White with #77132A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77132A; }

 p { color: rgb(119,19,42); }

 H1.HeaderClassName
 {
   color: #77132A;
 }
 .AnyTagClassName
 {
   color: #77132A;
 }
</style>

background-color css

<style>
 a { background-color: #77132A; }

 a { background-color: rgb(119,19,42); }

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

border-color css

<style>
 span { border-color: #77132A; }

 span { border-color: rgb(119,19,42); }

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