Html Css Color HEX #77232A Red Berry

📋 copy color: '#77232A'

red 119 ◦ green 35 ◦ blue 42

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

Shades of Red Berry #77232A

Tints of Red Berry #77232A

RGB

 RED value IS 119 (46.88% from 255) = 60.71%

 GREEN value IS 35 (14.06% from 255) = 17.86%

 BLUE value IS 42 (16.8% from 255) = 21.43%

R = 60.71%
G = 17.86%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#77232A (or 0x77232A) is known color: Red Berry. HEX triplet: 77, 23 and 2A. RGB value is (119,35,42). Sum of RGB (Red+Green+Blue) = 119+35+42=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #77232A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77232A is #88DCD5. Grayscale: #3C3C3C. Windows color (decimal): -8969430 or 2761591. OLE color: 2761591.

HSL color Cylindrical-coordinate representation of color #77232A: hue angle of 355º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #77232A is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 35 42 -
CMYK 0 0.71 0.65 0.53
HSL 355º 0.55% 0.3% -
HSV(B) 355º 0.71% 0.47% -
XYZ 8.63 5.29 2.76 -
YUV 60.91 117.33 169.43 -
System Red Green Blue C M Y K H S L
Decimal 119 35 42 0 0.71 0.65 0.53 355 0.55 0.3
Hex 77 23 2A 0 47 41 35 163 37 1E
Octal 167 43 52 0 107 101 65 543 67 36
Binary 1110111 100011 101010 0 1000111 1000001 110101 101100011 110111 11110

Color Harmonies of #77232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77232A

Black with #77232A

Text Example


Text Example

White with #77232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77232A; }

 p { color: rgb(119,35,42); }

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

background-color css

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

 a { background-color: rgb(119,35,42); }

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

border-color css

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

 span { border-color: rgb(119,35,42); }

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