Html Css Color HEX #761A1F Red Berry

📋 copy color: '#761A1F'

red 118 ◦ green 26 ◦ blue 31

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

Shades of Red Berry #761A1F

Tints of Red Berry #761A1F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.86%

 BLUE value IS 31 (12.5% from 255) = 17.71%

R = 67.43%
G = 14.86%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#761A1F (or 0x761A1F) is known color: Red Berry. HEX triplet: 76, 1A and 1F. RGB value is (118,26,31). Sum of RGB (Red+Green+Blue) = 118+26+31=175 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.43% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 118 - color contains mainly: red. Hex color #761A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761A1F is #89E5E0. Grayscale: #363636. Windows color (decimal): -9037281 or 2038390. OLE color: 2038390.

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

Color convert

RGB 118 26 31 -
CMYK 0 0.78 0.74 0.54
HSL 356.74º 0.64% 0.28% -
HSV(B) 356.74º 0.78% 0.46% -
XYZ 8.09 4.69 1.78 -
YUV 54.08 114.98 173.59 -
System Red Green Blue C M Y K H S L
Decimal 118 26 31 0 0.78 0.74 0.54 356.74 0.64 0.28
Hex 76 1A 1F 0 4E 4A 36 165 40 1C
Octal 166 32 37 0 116 112 66 545 100 34
Binary 1110110 11010 11111 0 1001110 1001010 110110 101100101 1000000 11100

Color Harmonies of #761A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761A1F

Black with #761A1F

Text Example


Text Example

White with #761A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761A1F; }

 p { color: rgb(118,26,31); }

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

background-color css

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

 a { background-color: rgb(118,26,31); }

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

border-color css

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

 span { border-color: rgb(118,26,31); }

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