Html Css Color HEX #53234B Loulou

📋 copy color: '#53234B'

red 83 ◦ green 35 ◦ blue 75

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

Shades of Loulou #53234B

Tints of Loulou #53234B

RGB

 RED value IS 83 (32.81% from 255) = 43.01%

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

 BLUE value IS 75 (29.69% from 255) = 38.86%

R = 43.01%
G = 18.13%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#53234B (or 0x53234B) is known color: Loulou. HEX triplet: 53, 23 and 4B. RGB value is (83,35,75). Sum of RGB (Red+Green+Blue) = 83+35+75=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #53234B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53234B is #ACDCB4. Grayscale: #353535. Windows color (decimal): -11328693 or 4924243. OLE color: 4924243.

HSL color Cylindrical-coordinate representation of color #53234B: hue angle of 310º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53234B is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 35 75 -
CMYK 0 0.58 0.10 0.67
HSL 310º 0.41% 0.23% -
HSV(B) 310º 0.58% 0.33% -
XYZ 5.44 3.55 7.06 -
YUV 53.91 139.9 148.75 -
System Red Green Blue C M Y K H S L
Decimal 83 35 75 0 0.58 0.10 0.67 310 0.41 0.23
Hex 53 23 4B 0 3A A 43 136 29 17
Octal 123 43 113 0 72 12 103 466 51 27
Binary 1010011 100011 1001011 0 111010 1010 1000011 100110110 101001 10111

Color Harmonies of #53234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53234B

Black with #53234B

Text Example


Text Example

White with #53234B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53234B; }

 p { color: rgb(83,35,75); }

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

background-color css

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

 a { background-color: rgb(83,35,75); }

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

border-color css

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

 span { border-color: rgb(83,35,75); }

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