Html Css Color HEX #77212A Red Berry

📋 copy color: '#77212A'

red 119 ◦ green 33 ◦ blue 42

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

Shades of Red Berry #77212A

Tints of Red Berry #77212A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.01%

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

R = 61.34%
G = 17.01%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#77212A (or 0x77212A) is known color: Red Berry. HEX triplet: 77, 21 and 2A. RGB value is (119,33,42). Sum of RGB (Red+Green+Blue) = 119+33+42=194 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.34% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 119 - color contains mainly: red. Hex color #77212A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77212A is #88DED5. Grayscale: #3B3B3B. Windows color (decimal): -8969942 or 2761079. OLE color: 2761079.

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

Color convert

RGB 119 33 42 -
CMYK 0 0.72 0.65 0.53
HSL 353.72º 0.57% 0.3% -
HSV(B) 353.72º 0.72% 0.47% -
XYZ 8.57 5.18 2.74 -
YUV 59.74 117.99 170.27 -
System Red Green Blue C M Y K H S L
Decimal 119 33 42 0 0.72 0.65 0.53 353.72 0.57 0.3
Hex 77 21 2A 0 48 41 35 162 39 1E
Octal 167 41 52 0 110 101 65 542 71 36
Binary 1110111 100001 101010 0 1001000 1000001 110101 101100010 111001 11110

Color Harmonies of #77212A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77212A

Black with #77212A

Text Example


Text Example

White with #77212A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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