Html Css Color HEX #77132B Red Berry

📋 copy color: '#77132B'

red 119 ◦ green 19 ◦ blue 43

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

Shades of Red Berry #77132B

Tints of Red Berry #77132B

RGB

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

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

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

R = 65.75%
G = 10.5%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#77132B (or 0x77132B) is known color: Red Berry. HEX triplet: 77, 13 and 2B. RGB value is (119,19,43). Sum of RGB (Red+Green+Blue) = 119+19+43=181 (23% of max value = 765). Red value is 119 (46.88% from 255 or 65.75% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 43 (17.19% from 255 or 23.76% from 181); Max value from RGB is 119 - color contains mainly: red. Hex color #77132B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77132B is #88ECD4. Grayscale: #333333. Windows color (decimal): -8973525 or 2823031. OLE color: 2823031.

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

Color convert

RGB 119 19 43 -
CMYK 0 0.84 0.64 0.53
HSL 345.6º 0.72% 0.27% -
HSV(B) 345.6º 0.84% 0.47% -
XYZ 8.28 4.56 2.73 -
YUV 51.64 123.13 176.05 -
System Red Green Blue C M Y K H S L
Decimal 119 19 43 0 0.84 0.64 0.53 345.6 0.72 0.27
Hex 77 13 2B 0 54 40 35 15A 48 1B
Octal 167 23 53 0 124 100 65 532 110 33
Binary 1110111 10011 101011 0 1010100 1000000 110101 101011010 1001000 11011

Color Harmonies of #77132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77132B

Black with #77132B

Text Example


Text Example

White with #77132B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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