Html Css Color HEX #771B2D Red Berry

📋 copy color: '#771B2D'

red 119 ◦ green 27 ◦ blue 45

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

Shades of Red Berry #771B2D

Tints of Red Berry #771B2D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.14%

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

R = 62.3%
G = 14.14%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#771B2D (or 0x771B2D) is known color: Red Berry. HEX triplet: 77, 1B and 2D. RGB value is (119,27,45). Sum of RGB (Red+Green+Blue) = 119+27+45=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 27 (10.94% from 255 or 14.14% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #771B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771B2D is #88E4D2. Grayscale: #383838. Windows color (decimal): -8971475 or 2956151. OLE color: 2956151.

HSL color Cylindrical-coordinate representation of color #771B2D: hue angle of 348.26º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #771B2D is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 27 45 -
CMYK 0 0.77 0.62 0.53
HSL 348.26º 0.63% 0.29% -
HSV(B) 348.26º 0.77% 0.47% -
XYZ 8.47 4.9 2.98 -
YUV 56.56 121.48 172.54 -
System Red Green Blue C M Y K H S L
Decimal 119 27 45 0 0.77 0.62 0.53 348.26 0.63 0.29
Hex 77 1B 2D 0 4D 3E 35 15C 3F 1D
Octal 167 33 55 0 115 76 65 534 77 35
Binary 1110111 11011 101101 0 1001101 111110 110101 101011100 111111 11101

Color Harmonies of #771B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771B2D

Black with #771B2D

Text Example


Text Example

White with #771B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771B2D; }

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

 H1.HeaderClassName
 {
   color: #771B2D;
 }
 .AnyTagClassName
 {
   color: #771B2D;
 }
</style>

background-color css

<style>
 a { background-color: #771B2D; }

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

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

border-color css

<style>
 span { border-color: #771B2D; }

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

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