Html Css Color HEX #761D23 Red Berry

📋 copy color: '#761D23'

red 118 ◦ green 29 ◦ blue 35

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

Shades of Red Berry #761D23

Tints of Red Berry #761D23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 19.23%

R = 64.84%
G = 15.93%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#761D23 (or 0x761D23) is known color: Red Berry. HEX triplet: 76, 1D and 23. RGB value is (118,29,35). Sum of RGB (Red+Green+Blue) = 118+29+35=182 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.84% from 182); Green value is 29 (11.72% from 255 or 15.93% from 182); Blue value is 35 (14.06% from 255 or 19.23% from 182); Max value from RGB is 118 - color contains mainly: red. Hex color #761D23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761D23 is #89E2DC. Grayscale: #383838. Windows color (decimal): -9036509 or 2301302. OLE color: 2301302.

HSL color Cylindrical-coordinate representation of color #761D23: hue angle of 355.96º 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 #761D23 is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 29 35 -
CMYK 0 0.75 0.70 0.54
HSL 355.96º 0.61% 0.29% -
HSV(B) 355.96º 0.75% 0.46% -
XYZ 8.21 4.85 2.09 -
YUV 56.3 115.99 172.01 -
System Red Green Blue C M Y K H S L
Decimal 118 29 35 0 0.75 0.70 0.54 355.96 0.61 0.29
Hex 76 1D 23 0 4B 46 36 164 3D 1D
Octal 166 35 43 0 113 106 66 544 75 35
Binary 1110110 11101 100011 0 1001011 1000110 110110 101100100 111101 11101

Color Harmonies of #761D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761D23

Black with #761D23

Text Example


Text Example

White with #761D23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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