Html Css Color HEX #761C25 Red Berry

📋 copy color: '#761C25'

red 118 ◦ green 28 ◦ blue 37

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

Shades of Red Berry #761C25

Tints of Red Berry #761C25

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.3%

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

R = 64.48%
G = 15.3%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#761C25 (or 0x761C25) is known color: Red Berry. HEX triplet: 76, 1C and 25. RGB value is (118,28,37). Sum of RGB (Red+Green+Blue) = 118+28+37=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 37 (14.84% from 255 or 20.22% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #761C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761C25 is #89E3DA. Grayscale: #373737. Windows color (decimal): -9036763 or 2432118. OLE color: 2432118.

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

Color convert

RGB 118 28 37 -
CMYK 0 0.76 0.69 0.54
HSL 354º 0.62% 0.29% -
HSV(B) 354º 0.76% 0.46% -
XYZ 8.22 4.82 2.25 -
YUV 55.94 117.32 172.27 -
System Red Green Blue C M Y K H S L
Decimal 118 28 37 0 0.76 0.69 0.54 354 0.62 0.29
Hex 76 1C 25 0 4C 45 36 162 3E 1D
Octal 166 34 45 0 114 105 66 542 76 35
Binary 1110110 11100 100101 0 1001100 1000101 110110 101100010 111110 11101

Color Harmonies of #761C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761C25

Black with #761C25

Text Example


Text Example

White with #761C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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