Html Css Color HEX #76181B Red Berry

📋 copy color: '#76181B'

red 118 ◦ green 24 ◦ blue 27

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

Shades of Red Berry #76181B

Tints of Red Berry #76181B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.2%

 BLUE value IS 27 (10.94% from 255) = 15.98%

R = 69.82%
G = 14.2%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#76181B (or 0x76181B) is known color: Red Berry. HEX triplet: 76, 18 and 1B. RGB value is (118,24,27). Sum of RGB (Red+Green+Blue) = 118+24+27=169 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.82% from 169); Green value is 24 (9.77% from 255 or 14.20% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 118 - color contains mainly: red. Hex color #76181B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76181B is #89E7E4. Grayscale: #343434. Windows color (decimal): -9037797 or 1775734. OLE color: 1775734.

HSL color Cylindrical-coordinate representation of color #76181B: hue angle of 358.09º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76181B is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 24 27 -
CMYK 0 0.80 0.77 0.54
HSL 358.09º 0.66% 0.28% -
HSV(B) 358.09º 0.8% 0.46% -
XYZ 8 4.58 1.5 -
YUV 52.45 113.64 174.76 -
System Red Green Blue C M Y K H S L
Decimal 118 24 27 0 0.80 0.77 0.54 358.09 0.66 0.28
Hex 76 18 1B 0 50 4D 36 166 42 1C
Octal 166 30 33 0 120 115 66 546 102 34
Binary 1110110 11000 11011 0 1010000 1001101 110110 101100110 1000010 11100

Color Harmonies of #76181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76181B

Black with #76181B

Text Example


Text Example

White with #76181B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76181B; }

 p { color: rgb(118,24,27); }

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

background-color css

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

 a { background-color: rgb(118,24,27); }

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

border-color css

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

 span { border-color: rgb(118,24,27); }

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