Html Css Color HEX #761823 Red Berry

📋 copy color: '#761823'

red 118 ◦ green 24 ◦ blue 35

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

Shades of Red Berry #761823

Tints of Red Berry #761823

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.56%

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

R = 66.67%
G = 13.56%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#761823 (or 0x761823) is known color: Red Berry. HEX triplet: 76, 18 and 23. RGB value is (118,24,35). Sum of RGB (Red+Green+Blue) = 118+24+35=177 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.67% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 35 (14.06% from 255 or 19.77% from 177); Max value from RGB is 118 - color contains mainly: red. Hex color #761823 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761823 is #89E7DC. Grayscale: #353535. Windows color (decimal): -9037789 or 2300022. OLE color: 2300022.

HSL color Cylindrical-coordinate representation of color #761823: hue angle of 352.98º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #761823 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 24 35 -
CMYK 0 0.80 0.70 0.54
HSL 352.98º 0.66% 0.28% -
HSV(B) 352.98º 0.8% 0.46% -
XYZ 8.1 4.63 2.06 -
YUV 53.36 117.64 174.11 -
System Red Green Blue C M Y K H S L
Decimal 118 24 35 0 0.80 0.70 0.54 352.98 0.66 0.28
Hex 76 18 23 0 50 46 36 161 42 1C
Octal 166 30 43 0 120 106 66 541 102 34
Binary 1110110 11000 100011 0 1010000 1000110 110110 101100001 1000010 11100

Color Harmonies of #761823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761823

Black with #761823

Text Example


Text Example

White with #761823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761823; }

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

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

background-color css

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

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

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

border-color css

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

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

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