Html Css Color HEX #834348 Solid Pink

📋 copy color: '#834348'

red 131 ◦ green 67 ◦ blue 72

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

Shades of Solid Pink #834348

Tints of Solid Pink #834348

RGB

 RED value IS 131 (51.56% from 255) = 48.52%

 GREEN value IS 67 (26.56% from 255) = 24.81%

 BLUE value IS 72 (28.52% from 255) = 26.67%

R = 48.52%
G = 24.81%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#834348 (or 0x834348) is known color: Solid Pink. HEX triplet: 83, 43 and 48. RGB value is (131,67,72). Sum of RGB (Red+Green+Blue) = 131+67+72=270 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.52% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 131 - color contains mainly: red. Hex color #834348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834348 is #7CBCB7. Grayscale: #565656. Windows color (decimal): -8174776 or 4735875. OLE color: 4735875.

HSL color Cylindrical-coordinate representation of color #834348: hue angle of 355.31º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #834348 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 67 72 -
CMYK 0 0.49 0.45 0.49
HSL 355.31º 0.32% 0.39% -
HSV(B) 355.31º 0.49% 0.51% -
XYZ 12.54 9.31 7.27 -
YUV 86.71 119.7 159.59 -
System Red Green Blue C M Y K H S L
Decimal 131 67 72 0 0.49 0.45 0.49 355.31 0.32 0.39
Hex 83 43 48 0 31 2D 31 163 20 27
Octal 203 103 110 0 61 55 61 543 40 47
Binary 10000011 1000011 1001000 0 110001 101101 110001 101100011 100000 100111

Color Harmonies of #834348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834348

Black with #834348

Text Example


Text Example

White with #834348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834348; }

 p { color: rgb(131,67,72); }

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

background-color css

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

 a { background-color: rgb(131,67,72); }

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

border-color css

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

 span { border-color: rgb(131,67,72); }

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