Html Css Color HEX #761923 Red Berry

📋 copy color: '#761923'

red 118 ◦ green 25 ◦ blue 35

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

Shades of Red Berry #761923

Tints of Red Berry #761923

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.04%

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

R = 66.29%
G = 14.04%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#761923 (or 0x761923) is known color: Red Berry. HEX triplet: 76, 19 and 23. RGB value is (118,25,35). Sum of RGB (Red+Green+Blue) = 118+25+35=178 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.29% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 35 (14.06% from 255 or 19.66% from 178); Max value from RGB is 118 - color contains mainly: red. Hex color #761923 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761923 is #89E6DC. Grayscale: #363636. Windows color (decimal): -9037533 or 2300278. OLE color: 2300278.

HSL color Cylindrical-coordinate representation of color #761923: hue angle of 353.55º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #761923 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 25 35 -
CMYK 0 0.79 0.70 0.54
HSL 353.55º 0.65% 0.28% -
HSV(B) 353.55º 0.79% 0.46% -
XYZ 8.12 4.67 2.06 -
YUV 53.95 117.31 173.69 -
System Red Green Blue C M Y K H S L
Decimal 118 25 35 0 0.79 0.70 0.54 353.55 0.65 0.28
Hex 76 19 23 0 4F 46 36 162 41 1C
Octal 166 31 43 0 117 106 66 542 101 34
Binary 1110110 11001 100011 0 1001111 1000110 110110 101100010 1000001 11100

Color Harmonies of #761923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761923

Black with #761923

Text Example


Text Example

White with #761923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761923; }

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

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

background-color css

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

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

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

border-color css

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

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

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