Html Css Color HEX #761323 Red Berry

📋 copy color: '#761323'

red 118 ◦ green 19 ◦ blue 35

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

Shades of Red Berry #761323

Tints of Red Berry #761323

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.05%

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

R = 68.6%
G = 11.05%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#761323 (or 0x761323) is known color: Red Berry. HEX triplet: 76, 13 and 23. RGB value is (118,19,35). Sum of RGB (Red+Green+Blue) = 118+19+35=172 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.60% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 35 (14.06% from 255 or 20.35% from 172); Max value from RGB is 118 - color contains mainly: red. Hex color #761323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761323 is #89ECDC. Grayscale: #323232. Windows color (decimal): -9039069 or 2298742. OLE color: 2298742.

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

Color convert

RGB 118 19 35 -
CMYK 0 0.84 0.70 0.54
HSL 350.3º 0.72% 0.27% -
HSV(B) 350.3º 0.84% 0.46% -
XYZ 8.01 4.44 2.02 -
YUV 50.43 119.3 176.2 -
System Red Green Blue C M Y K H S L
Decimal 118 19 35 0 0.84 0.70 0.54 350.3 0.72 0.27
Hex 76 13 23 0 54 46 36 15E 48 1B
Octal 166 23 43 0 124 106 66 536 110 33
Binary 1110110 10011 100011 0 1010100 1000110 110110 101011110 1001000 11011

Color Harmonies of #761323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761323

Black with #761323

Text Example


Text Example

White with #761323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761323; }

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

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

background-color css

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

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

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

border-color css

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

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

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