Html Css Color HEX #761C1F Red Berry

📋 copy color: '#761C1F'

red 118 ◦ green 28 ◦ blue 31

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

Shades of Red Berry #761C1F

Tints of Red Berry #761C1F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.82%

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

R = 66.67%
G = 15.82%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#761C1F (or 0x761C1F) is known color: Red Berry. HEX triplet: 76, 1C and 1F. RGB value is (118,28,31). Sum of RGB (Red+Green+Blue) = 118+28+31=177 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.67% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 118 - color contains mainly: red. Hex color #761C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761C1F is #89E3E0. Grayscale: #373737. Windows color (decimal): -9036769 or 2038902. OLE color: 2038902.

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

Color convert

RGB 118 28 31 -
CMYK 0 0.76 0.74 0.54
HSL 358º 0.62% 0.29% -
HSV(B) 358º 0.76% 0.46% -
XYZ 8.13 4.78 1.79 -
YUV 55.25 114.32 172.76 -
System Red Green Blue C M Y K H S L
Decimal 118 28 31 0 0.76 0.74 0.54 358 0.62 0.29
Hex 76 1C 1F 0 4C 4A 36 166 3E 1D
Octal 166 34 37 0 114 112 66 546 76 35
Binary 1110110 11100 11111 0 1001100 1001010 110110 101100110 111110 11101

Color Harmonies of #761C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761C1F

Black with #761C1F

Text Example


Text Example

White with #761C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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