Html Css Color HEX #761D2D Red Berry

📋 copy color: '#761D2D'

red 118 ◦ green 29 ◦ blue 45

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

Shades of Red Berry #761D2D

Tints of Red Berry #761D2D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.1%

 BLUE value IS 45 (17.97% from 255) = 23.44%

R = 61.46%
G = 15.1%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#761D2D (or 0x761D2D) is known color: Red Berry. HEX triplet: 76, 1D and 2D. RGB value is (118,29,45). Sum of RGB (Red+Green+Blue) = 118+29+45=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 29 (11.72% from 255 or 15.10% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #761D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761D2D is #89E2D2. Grayscale: #393939. Windows color (decimal): -9036499 or 2956662. OLE color: 2956662.

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

Color convert

RGB 118 29 45 -
CMYK 0 0.75 0.62 0.54
HSL 349.21º 0.61% 0.29% -
HSV(B) 349.21º 0.75% 0.46% -
XYZ 8.38 4.92 2.99 -
YUV 57.44 120.99 171.2 -
System Red Green Blue C M Y K H S L
Decimal 118 29 45 0 0.75 0.62 0.54 349.21 0.61 0.29
Hex 76 1D 2D 0 4B 3E 36 15D 3D 1D
Octal 166 35 55 0 113 76 66 535 75 35
Binary 1110110 11101 101101 0 1001011 111110 110110 101011101 111101 11101

Color Harmonies of #761D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761D2D

Black with #761D2D

Text Example


Text Example

White with #761D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,29,45); }

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

background-color css

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

 a { background-color: rgb(118,29,45); }

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

border-color css

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

 span { border-color: rgb(118,29,45); }

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