Html Css Color HEX #761326 Red Berry

📋 copy color: '#761326'

red 118 ◦ green 19 ◦ blue 38

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

Shades of Red Berry #761326

Tints of Red Berry #761326

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.86%

 BLUE value IS 38 (15.23% from 255) = 21.71%

R = 67.43%
G = 10.86%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#761326 (or 0x761326) is known color: Red Berry. HEX triplet: 76, 13 and 26. RGB value is (118,19,38). Sum of RGB (Red+Green+Blue) = 118+19+38=175 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.43% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 38 (15.23% from 255 or 21.71% from 175); Max value from RGB is 118 - color contains mainly: red. Hex color #761326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761326 is #89ECD9. Grayscale: #323232. Windows color (decimal): -9039066 or 2495350. OLE color: 2495350.

HSL color Cylindrical-coordinate representation of color #761326: hue angle of 348.48º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #761326 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 19 38 -
CMYK 0 0.84 0.68 0.54
HSL 348.48º 0.72% 0.27% -
HSV(B) 348.48º 0.84% 0.46% -
XYZ 8.05 4.46 2.27 -
YUV 50.77 120.8 175.96 -
System Red Green Blue C M Y K H S L
Decimal 118 19 38 0 0.84 0.68 0.54 348.48 0.72 0.27
Hex 76 13 26 0 54 44 36 15C 48 1B
Octal 166 23 46 0 124 104 66 534 110 33
Binary 1110110 10011 100110 0 1010100 1000100 110110 101011100 1001000 11011

Color Harmonies of #761326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761326

Black with #761326

Text Example


Text Example

White with #761326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761326; }

 p { color: rgb(118,19,38); }

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

background-color css

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

 a { background-color: rgb(118,19,38); }

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

border-color css

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

 span { border-color: rgb(118,19,38); }

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