Html Css Color HEX #761C23 Red Berry

📋 copy color: '#761C23'

red 118 ◦ green 28 ◦ blue 35

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

Shades of Red Berry #761C23

Tints of Red Berry #761C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 19.34%

R = 65.19%
G = 15.47%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#761C23 (or 0x761C23) is known color: Red Berry. HEX triplet: 76, 1C and 23. RGB value is (118,28,35). Sum of RGB (Red+Green+Blue) = 118+28+35=181 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.19% from 181); Green value is 28 (11.33% from 255 or 15.47% from 181); Blue value is 35 (14.06% from 255 or 19.34% from 181); Max value from RGB is 118 - color contains mainly: red. Hex color #761C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761C23 is #89E3DC. Grayscale: #373737. Windows color (decimal): -9036765 or 2301046. OLE color: 2301046.

HSL color Cylindrical-coordinate representation of color #761C23: hue angle of 355.33º 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 #761C23 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 28 35 -
CMYK 0 0.76 0.70 0.54
HSL 355.33º 0.62% 0.29% -
HSV(B) 355.33º 0.76% 0.46% -
XYZ 8.19 4.8 2.09 -
YUV 55.71 116.32 172.43 -
System Red Green Blue C M Y K H S L
Decimal 118 28 35 0 0.76 0.70 0.54 355.33 0.62 0.29
Hex 76 1C 23 0 4C 46 36 163 3E 1D
Octal 166 34 43 0 114 106 66 543 76 35
Binary 1110110 11100 100011 0 1001100 1000110 110110 101100011 111110 11101

Color Harmonies of #761C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761C23

Black with #761C23

Text Example


Text Example

White with #761C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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