Html Css Color HEX #760F19 Red Berry

📋 copy color: '#760F19'

red 118 ◦ green 15 ◦ blue 25

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

Shades of Red Berry #760F19

Tints of Red Berry #760F19

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.49%

 BLUE value IS 25 (10.16% from 255) = 15.82%

R = 74.68%
G = 9.49%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#760F19 (or 0x760F19) is known color: Red Berry. HEX triplet: 76, 0F and 19. RGB value is (118,15,25). Sum of RGB (Red+Green+Blue) = 118+15+25=158 (20% of max value = 765). Red value is 118 (46.48% from 255 or 74.68% from 158); Green value is 15 (6.25% from 255 or 9.49% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 118 - color contains mainly: red. Hex color #760F19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760F19 is #89F0E6. Grayscale: #2F2F2F. Windows color (decimal): -9040103 or 1642358. OLE color: 1642358.

HSL color Cylindrical-coordinate representation of color #760F19: hue angle of 354.17º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #760F19 is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 15 25 -
CMYK 0 0.87 0.79 0.54
HSL 354.17º 0.77% 0.26% -
HSV(B) 354.17º 0.87% 0.46% -
XYZ 7.82 4.26 1.33 -
YUV 46.94 115.62 178.69 -
System Red Green Blue C M Y K H S L
Decimal 118 15 25 0 0.87 0.79 0.54 354.17 0.77 0.26
Hex 76 F 19 0 57 4F 36 162 4D 1A
Octal 166 17 31 0 127 117 66 542 115 32
Binary 1110110 1111 11001 0 1010111 1001111 110110 101100010 1001101 11010

Color Harmonies of #760F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760F19

Black with #760F19

Text Example


Text Example

White with #760F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760F19; }

 p { color: rgb(118,15,25); }

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

background-color css

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

 a { background-color: rgb(118,15,25); }

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

border-color css

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

 span { border-color: rgb(118,15,25); }

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