Html Css Color HEX #761625 Red Berry

📋 copy color: '#761625'

red 118 ◦ green 22 ◦ blue 37

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

Shades of Red Berry #761625

Tints of Red Berry #761625

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.43%

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

R = 66.67%
G = 12.43%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#761625 (or 0x761625) is known color: Red Berry. HEX triplet: 76, 16 and 25. RGB value is (118,22,37). Sum of RGB (Red+Green+Blue) = 118+22+37=177 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.67% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 118 - color contains mainly: red. Hex color #761625 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761625 is #89E9DA. Grayscale: #343434. Windows color (decimal): -9038299 or 2430582. OLE color: 2430582.

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

Color convert

RGB 118 22 37 -
CMYK 0 0.81 0.69 0.54
HSL 350.63º 0.69% 0.27% -
HSV(B) 350.63º 0.81% 0.46% -
XYZ 8.09 4.56 2.2 -
YUV 52.41 119.3 174.78 -
System Red Green Blue C M Y K H S L
Decimal 118 22 37 0 0.81 0.69 0.54 350.63 0.69 0.27
Hex 76 16 25 0 51 45 36 15F 45 1B
Octal 166 26 45 0 121 105 66 537 105 33
Binary 1110110 10110 100101 0 1010001 1000101 110110 101011111 1000101 11011

Color Harmonies of #761625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761625

Black with #761625

Text Example


Text Example

White with #761625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761625; }

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

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

background-color css

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

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

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

border-color css

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

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

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