Html Css Color HEX #77142A Red Berry

📋 copy color: '#77142A'

red 119 ◦ green 20 ◦ blue 42

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

Shades of Red Berry #77142A

Tints of Red Berry #77142A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.05%

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

R = 65.75%
G = 11.05%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#77142A (or 0x77142A) is known color: Red Berry. HEX triplet: 77, 14 and 2A. RGB value is (119,20,42). Sum of RGB (Red+Green+Blue) = 119+20+42=181 (23% of max value = 765). Red value is 119 (46.88% from 255 or 65.75% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 119 - color contains mainly: red. Hex color #77142A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77142A is #88EBD5. Grayscale: #343434. Windows color (decimal): -8973270 or 2757751. OLE color: 2757751.

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

Color convert

RGB 119 20 42 -
CMYK 0 0.83 0.65 0.53
HSL 346.67º 0.71% 0.27% -
HSV(B) 346.67º 0.83% 0.47% -
XYZ 8.28 4.59 2.64 -
YUV 52.11 122.3 175.71 -
System Red Green Blue C M Y K H S L
Decimal 119 20 42 0 0.83 0.65 0.53 346.67 0.71 0.27
Hex 77 14 2A 0 53 41 35 15B 47 1B
Octal 167 24 52 0 123 101 65 533 107 33
Binary 1110111 10100 101010 0 1010011 1000001 110101 101011011 1000111 11011

Color Harmonies of #77142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77142A

Black with #77142A

Text Example


Text Example

White with #77142A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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