Html Css Color HEX #4C2645 Loulou

📋 copy color: '#4C2645'

red 76 ◦ green 38 ◦ blue 69

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

Shades of Loulou #4C2645

Tints of Loulou #4C2645

RGB

 RED value IS 76 (30.08% from 255) = 41.53%

 GREEN value IS 38 (15.23% from 255) = 20.77%

 BLUE value IS 69 (27.34% from 255) = 37.7%

R = 41.53%
G = 20.77%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.09

 K value IS 0.70

RGB Variations

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

Color information

#4C2645 (or 0x4C2645) is known color: Loulou. HEX triplet: 4C, 26 and 45. RGB value is (76,38,69). Sum of RGB (Red+Green+Blue) = 76+38+69=183 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.53% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2645 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2645 is #B3D9BA. Grayscale: #343434. Windows color (decimal): -11786683 or 4531788. OLE color: 4531788.

HSL color Cylindrical-coordinate representation of color #4C2645: hue angle of 311.05º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C2645 is Cyan = 0, Magento = 0.5, Yellow = 0.09 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 38 69 -
CMYK 0 0.5 0.09 0.70
HSL 311.05º 0.33% 0.22% -
HSV(B) 311.05º 0.5% 0.3% -
XYZ 4.75 3.35 6.03 -
YUV 52.9 137.09 144.48 -
System Red Green Blue C M Y K H S L
Decimal 76 38 69 0 0.5 0.09 0.70 311.05 0.33 0.22
Hex 4C 26 45 0 32 9 46 137 21 16
Octal 114 46 105 0 62 11 106 467 41 26
Binary 1001100 100110 1000101 0 110010 1001 1000110 100110111 100001 10110

Color Harmonies of #4C2645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2645

Black with #4C2645

Text Example


Text Example

White with #4C2645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C2645; }

 p { color: rgb(76,38,69); }

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

background-color css

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

 a { background-color: rgb(76,38,69); }

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

border-color css

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

 span { border-color: rgb(76,38,69); }

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