Html Css Color HEX #761328 Red Berry

📋 copy color: '#761328'

red 118 ◦ green 19 ◦ blue 40

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

Shades of Red Berry #761328

Tints of Red Berry #761328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.6%

R = 66.67%
G = 10.73%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#761328 (or 0x761328) is known color: Red Berry. HEX triplet: 76, 13 and 28. RGB value is (118,19,40). Sum of RGB (Red+Green+Blue) = 118+19+40=177 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.67% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 118 - color contains mainly: red. Hex color #761328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761328 is #89ECD7. Grayscale: #333333. Windows color (decimal): -9039064 or 2626422. OLE color: 2626422.

HSL color Cylindrical-coordinate representation of color #761328: hue angle of 347.27º 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 #761328 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 19 40 -
CMYK 0 0.84 0.66 0.54
HSL 347.27º 0.72% 0.27% -
HSV(B) 347.27º 0.84% 0.46% -
XYZ 8.09 4.47 2.44 -
YUV 51 121.8 175.79 -
System Red Green Blue C M Y K H S L
Decimal 118 19 40 0 0.84 0.66 0.54 347.27 0.72 0.27
Hex 76 13 28 0 54 42 36 15B 48 1B
Octal 166 23 50 0 124 102 66 533 110 33
Binary 1110110 10011 101000 0 1010100 1000010 110110 101011011 1001000 11011

Color Harmonies of #761328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761328

Black with #761328

Text Example


Text Example

White with #761328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761328; }

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

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

background-color css

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

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

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

border-color css

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

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

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