Html Css Color HEX #833A5D Rose Bud Cherry

📋 copy color: '#833A5D'

red 131 ◦ green 58 ◦ blue 93

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

Shades of Rose Bud Cherry #833A5D

Tints of Rose Bud Cherry #833A5D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.57%

 BLUE value IS 93 (36.72% from 255) = 32.98%

R = 46.45%
G = 20.57%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#833A5D (or 0x833A5D) is known color: Rose Bud Cherry. HEX triplet: 83, 3A and 5D. RGB value is (131,58,93). Sum of RGB (Red+Green+Blue) = 131+58+93=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 131 - color contains mainly: red. Hex color #833A5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833A5D is #7CC5A2. Grayscale: #535353. Windows color (decimal): -8177059 or 6109827. OLE color: 6109827.

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

Color convert

RGB 131 58 93 -
CMYK 0 0.56 0.29 0.49
HSL 331.23º 0.39% 0.37% -
HSV(B) 331.23º 0.56% 0.51% -
XYZ 12.85 8.64 11.35 -
YUV 83.82 133.18 161.65 -
System Red Green Blue C M Y K H S L
Decimal 131 58 93 0 0.56 0.29 0.49 331.23 0.39 0.37
Hex 83 3A 5D 0 38 1D 31 14B 27 25
Octal 203 72 135 0 70 35 61 513 47 45
Binary 10000011 111010 1011101 0 111000 11101 110001 101001011 100111 100101

Color Harmonies of #833A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833A5D

Black with #833A5D

Text Example


Text Example

White with #833A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833A5D; }

 p { color: rgb(131,58,93); }

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

background-color css

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

 a { background-color: rgb(131,58,93); }

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

border-color css

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

 span { border-color: rgb(131,58,93); }

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