Html Css Color HEX #761525 Red Berry

📋 copy color: '#761525'

red 118 ◦ green 21 ◦ blue 37

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

Shades of Red Berry #761525

Tints of Red Berry #761525

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.93%

 BLUE value IS 37 (14.84% from 255) = 21.02%

R = 67.05%
G = 11.93%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#761525 (or 0x761525) is known color: Red Berry. HEX triplet: 76, 15 and 25. RGB value is (118,21,37). Sum of RGB (Red+Green+Blue) = 118+21+37=176 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.05% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 118 - color contains mainly: red. Hex color #761525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761525 is #89EADA. Grayscale: #333333. Windows color (decimal): -9038555 or 2430326. OLE color: 2430326.

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

Color convert

RGB 118 21 37 -
CMYK 0 0.82 0.69 0.54
HSL 350.1º 0.7% 0.27% -
HSV(B) 350.1º 0.82% 0.46% -
XYZ 8.07 4.52 2.2 -
YUV 51.83 119.64 175.2 -
System Red Green Blue C M Y K H S L
Decimal 118 21 37 0 0.82 0.69 0.54 350.1 0.7 0.27
Hex 76 15 25 0 52 45 36 15E 46 1B
Octal 166 25 45 0 122 105 66 536 106 33
Binary 1110110 10101 100101 0 1010010 1000101 110110 101011110 1000110 11011

Color Harmonies of #761525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761525

Black with #761525

Text Example


Text Example

White with #761525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761525; }

 p { color: rgb(118,21,37); }

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

background-color css

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

 a { background-color: rgb(118,21,37); }

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

border-color css

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

 span { border-color: rgb(118,21,37); }

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