Html Css Color HEX #761428 Red Berry

📋 copy color: '#761428'

red 118 ◦ green 20 ◦ blue 40

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

Shades of Red Berry #761428

Tints of Red Berry #761428

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.24%

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

R = 66.29%
G = 11.24%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#761428 (or 0x761428) is known color: Red Berry. HEX triplet: 76, 14 and 28. RGB value is (118,20,40). Sum of RGB (Red+Green+Blue) = 118+20+40=178 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.29% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 40 (16.02% from 255 or 22.47% from 178); Max value from RGB is 118 - color contains mainly: red. Hex color #761428 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761428 is #89EBD7. Grayscale: #333333. Windows color (decimal): -9038808 or 2626678. OLE color: 2626678.

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

Color convert

RGB 118 20 40 -
CMYK 0 0.83 0.66 0.54
HSL 347.76º 0.71% 0.27% -
HSV(B) 347.76º 0.83% 0.46% -
XYZ 8.1 4.51 2.45 -
YUV 51.58 121.47 175.37 -
System Red Green Blue C M Y K H S L
Decimal 118 20 40 0 0.83 0.66 0.54 347.76 0.71 0.27
Hex 76 14 28 0 53 42 36 15C 47 1B
Octal 166 24 50 0 123 102 66 534 107 33
Binary 1110110 10100 101000 0 1010011 1000010 110110 101011100 1000111 11011

Color Harmonies of #761428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761428

Black with #761428

Text Example


Text Example

White with #761428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761428; }

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

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

background-color css

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

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

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

border-color css

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

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

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