Html Css Color HEX #761A2D Red Berry

📋 copy color: '#761A2D'

red 118 ◦ green 26 ◦ blue 45

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

Shades of Red Berry #761A2D

Tints of Red Berry #761A2D

RGB

 RED value IS 118 (46.48% from 255) = 62.43%

 GREEN value IS 26 (10.55% from 255) = 13.76%

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

R = 62.43%
G = 13.76%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#761A2D (or 0x761A2D) is known color: Red Berry. HEX triplet: 76, 1A and 2D. RGB value is (118,26,45). Sum of RGB (Red+Green+Blue) = 118+26+45=189 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.43% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 118 - color contains mainly: red. Hex color #761A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761A2D is #89E5D2. Grayscale: #373737. Windows color (decimal): -9037267 or 2955894. OLE color: 2955894.

HSL color Cylindrical-coordinate representation of color #761A2D: hue angle of 347.61º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #761A2D is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 26 45 -
CMYK 0 0.78 0.62 0.54
HSL 347.61º 0.64% 0.28% -
HSV(B) 347.61º 0.78% 0.46% -
XYZ 8.31 4.78 2.97 -
YUV 55.67 121.98 172.46 -
System Red Green Blue C M Y K H S L
Decimal 118 26 45 0 0.78 0.62 0.54 347.61 0.64 0.28
Hex 76 1A 2D 0 4E 3E 36 15C 40 1C
Octal 166 32 55 0 116 76 66 534 100 34
Binary 1110110 11010 101101 0 1001110 111110 110110 101011100 1000000 11100

Color Harmonies of #761A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761A2D

Black with #761A2D

Text Example


Text Example

White with #761A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761A2D; }

 p { color: rgb(118,26,45); }

 H1.HeaderClassName
 {
   color: #761A2D;
 }
 .AnyTagClassName
 {
   color: #761A2D;
 }
</style>

background-color css

<style>
 a { background-color: #761A2D; }

 a { background-color: rgb(118,26,45); }

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

border-color css

<style>
 span { border-color: #761A2D; }

 span { border-color: rgb(118,26,45); }

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