Html Css Color HEX #761028 Red Berry

📋 copy color: '#761028'

red 118 ◦ green 16 ◦ blue 40

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

Shades of Red Berry #761028

Tints of Red Berry #761028

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.2%

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

R = 67.82%
G = 9.2%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#761028 (or 0x761028) is known color: Red Berry. HEX triplet: 76, 10 and 28. RGB value is (118,16,40). Sum of RGB (Red+Green+Blue) = 118+16+40=174 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.82% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 118 - color contains mainly: red. Hex color #761028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761028 is #89EFD7. Grayscale: #313131. Windows color (decimal): -9039832 or 2625654. OLE color: 2625654.

HSL color Cylindrical-coordinate representation of color #761028: hue angle of 345.88º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761028 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 16 40 -
CMYK 0 0.86 0.66 0.54
HSL 345.88º 0.76% 0.26% -
HSV(B) 345.88º 0.86% 0.46% -
XYZ 8.04 4.38 2.43 -
YUV 49.23 122.79 177.05 -
System Red Green Blue C M Y K H S L
Decimal 118 16 40 0 0.86 0.66 0.54 345.88 0.76 0.26
Hex 76 10 28 0 56 42 36 15A 4C 1A
Octal 166 20 50 0 126 102 66 532 114 32
Binary 1110110 10000 101000 0 1010110 1000010 110110 101011010 1001100 11010

Color Harmonies of #761028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761028

Black with #761028

Text Example


Text Example

White with #761028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761028; }

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

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

background-color css

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

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

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

border-color css

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

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

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