Html Css Color HEX #76142A Red Berry

📋 copy color: '#76142A'

red 118 ◦ green 20 ◦ blue 42

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

Shades of Red Berry #76142A

Tints of Red Berry #76142A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.11%

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

R = 65.56%
G = 11.11%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76142A (or 0x76142A) is known color: Red Berry. HEX triplet: 76, 14 and 2A. RGB value is (118,20,42). Sum of RGB (Red+Green+Blue) = 118+20+42=180 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.56% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 118 - color contains mainly: red. Hex color #76142A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76142A is #89EBD5. Grayscale: #333333. Windows color (decimal): -9038806 or 2757750. OLE color: 2757750.

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

Color convert

RGB 118 20 42 -
CMYK 0 0.83 0.64 0.54
HSL 346.53º 0.71% 0.27% -
HSV(B) 346.53º 0.83% 0.46% -
XYZ 8.14 4.52 2.63 -
YUV 51.81 122.47 175.21 -
System Red Green Blue C M Y K H S L
Decimal 118 20 42 0 0.83 0.64 0.54 346.53 0.71 0.27
Hex 76 14 2A 0 53 40 36 15B 47 1B
Octal 166 24 52 0 123 100 66 533 107 33
Binary 1110110 10100 101010 0 1010011 1000000 110110 101011011 1000111 11011

Color Harmonies of #76142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76142A

Black with #76142A

Text Example


Text Example

White with #76142A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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