Html Css Color HEX #76172A Red Berry

📋 copy color: '#76172A'

red 118 ◦ green 23 ◦ blue 42

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

Shades of Red Berry #76172A

Tints of Red Berry #76172A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.57%

 BLUE value IS 42 (16.8% from 255) = 22.95%

R = 64.48%
G = 12.57%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76172A (or 0x76172A) is known color: Red Berry. HEX triplet: 76, 17 and 2A. RGB value is (118,23,42). Sum of RGB (Red+Green+Blue) = 118+23+42=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #76172A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76172A is #89E8D5. Grayscale: #353535. Windows color (decimal): -9038038 or 2758518. OLE color: 2758518.

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

Color convert

RGB 118 23 42 -
CMYK 0 0.81 0.64 0.54
HSL 348º 0.67% 0.28% -
HSV(B) 348º 0.81% 0.46% -
XYZ 8.2 4.63 2.65 -
YUV 53.57 121.47 173.96 -
System Red Green Blue C M Y K H S L
Decimal 118 23 42 0 0.81 0.64 0.54 348 0.67 0.28
Hex 76 17 2A 0 51 40 36 15C 43 1C
Octal 166 27 52 0 121 100 66 534 103 34
Binary 1110110 10111 101010 0 1010001 1000000 110110 101011100 1000011 11100

Color Harmonies of #76172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76172A

Black with #76172A

Text Example


Text Example

White with #76172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76172A; }

 p { color: rgb(118,23,42); }

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

background-color css

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

 a { background-color: rgb(118,23,42); }

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

border-color css

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

 span { border-color: rgb(118,23,42); }

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