Html Css Color HEX #77182D Red Berry

📋 copy color: '#77182D'

red 119 ◦ green 24 ◦ blue 45

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

Shades of Red Berry #77182D

Tints of Red Berry #77182D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.77%

 BLUE value IS 45 (17.97% from 255) = 23.94%

R = 63.3%
G = 12.77%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#77182D (or 0x77182D) is known color: Red Berry. HEX triplet: 77, 18 and 2D. RGB value is (119,24,45). Sum of RGB (Red+Green+Blue) = 119+24+45=188 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.30% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 119 - color contains mainly: red. Hex color #77182D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77182D is #88E7D2. Grayscale: #363636. Windows color (decimal): -8972243 or 2955383. OLE color: 2955383.

HSL color Cylindrical-coordinate representation of color #77182D: hue angle of 346.74º 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 #77182D is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 24 45 -
CMYK 0 0.80 0.62 0.53
HSL 346.74º 0.66% 0.28% -
HSV(B) 346.74º 0.8% 0.47% -
XYZ 8.41 4.76 2.96 -
YUV 54.8 122.47 173.79 -
System Red Green Blue C M Y K H S L
Decimal 119 24 45 0 0.80 0.62 0.53 346.74 0.66 0.28
Hex 77 18 2D 0 50 3E 35 15B 42 1C
Octal 167 30 55 0 120 76 65 533 102 34
Binary 1110111 11000 101101 0 1010000 111110 110101 101011011 1000010 11100

Color Harmonies of #77182D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77182D

Black with #77182D

Text Example


Text Example

White with #77182D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #77182D;
 }
 .AnyTagClassName
 {
   color: #77182D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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