Html Css Color HEX #761228 Red Berry

📋 copy color: '#761228'

red 118 ◦ green 18 ◦ blue 40

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

Shades of Red Berry #761228

Tints of Red Berry #761228

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.23%

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

R = 67.05%
G = 10.23%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#761228 (or 0x761228) is known color: Red Berry. HEX triplet: 76, 12 and 28. RGB value is (118,18,40). Sum of RGB (Red+Green+Blue) = 118+18+40=176 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.05% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 118 - color contains mainly: red. Hex color #761228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761228 is #89EDD7. Grayscale: #323232. Windows color (decimal): -9039320 or 2626166. OLE color: 2626166.

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

Color convert

RGB 118 18 40 -
CMYK 0 0.85 0.66 0.54
HSL 346.8º 0.74% 0.27% -
HSV(B) 346.8º 0.85% 0.46% -
XYZ 8.07 4.44 2.44 -
YUV 50.41 122.13 176.21 -
System Red Green Blue C M Y K H S L
Decimal 118 18 40 0 0.85 0.66 0.54 346.8 0.74 0.27
Hex 76 12 28 0 55 42 36 15B 4A 1B
Octal 166 22 50 0 125 102 66 533 112 33
Binary 1110110 10010 101000 0 1010101 1000010 110110 101011011 1001010 11011

Color Harmonies of #761228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761228

Black with #761228

Text Example


Text Example

White with #761228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761228; }

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

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

background-color css

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

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

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

border-color css

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

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

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