Html Css Color HEX #472345 Loulou

📋 copy color: '#472345'

red 71 ◦ green 35 ◦ blue 69

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

Shades of Loulou #472345

Tints of Loulou #472345

RGB

 RED value IS 71 (28.13% from 255) = 40.57%

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

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

R = 40.57%
G = 20%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#472345 (or 0x472345) is known color: Loulou. HEX triplet: 47, 23 and 45. RGB value is (71,35,69). Sum of RGB (Red+Green+Blue) = 71+35+69=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 69 (27.34% from 255 or 39.43% from 175); Max value from RGB is 71 - color contains mainly: red. Hex color #472345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472345 is #B8DCBA. Grayscale: #313131. Windows color (decimal): -12115131 or 4531015. OLE color: 4531015.

HSL color Cylindrical-coordinate representation of color #472345: hue angle of 303.33º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #472345 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 35 69 -
CMYK 0 0.51 0.03 0.72
HSL 303.33º 0.34% 0.21% -
HSV(B) 303.33º 0.51% 0.28% -
XYZ 4.27 2.97 5.98 -
YUV 49.64 138.93 143.24 -
System Red Green Blue C M Y K H S L
Decimal 71 35 69 0 0.51 0.03 0.72 303.33 0.34 0.21
Hex 47 23 45 0 33 3 48 12F 22 15
Octal 107 43 105 0 63 3 110 457 42 25
Binary 1000111 100011 1000101 0 110011 11 1001000 100101111 100010 10101

Color Harmonies of #472345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472345

Black with #472345

Text Example


Text Example

White with #472345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472345; }

 p { color: rgb(71,35,69); }

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

background-color css

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

 a { background-color: rgb(71,35,69); }

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

border-color css

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

 span { border-color: rgb(71,35,69); }

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