Html Css Color HEX #833265 Rose Bud Cherry

📋 copy color: '#833265'

red 131 ◦ green 50 ◦ blue 101

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

Shades of Rose Bud Cherry #833265

Tints of Rose Bud Cherry #833265

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.73%

 BLUE value IS 101 (39.84% from 255) = 35.82%

R = 46.45%
G = 17.73%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#833265 (or 0x833265) is known color: Rose Bud Cherry. HEX triplet: 83, 32 and 65. RGB value is (131,50,101). Sum of RGB (Red+Green+Blue) = 131+50+101=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 131 - color contains mainly: red. Hex color #833265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833265 is #7CCD9A. Grayscale: #4F4F4F. Windows color (decimal): -8179099 or 6632067. OLE color: 6632067.

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

Color convert

RGB 131 50 101 -
CMYK 0 0.62 0.23 0.49
HSL 322.22º 0.45% 0.35% -
HSV(B) 322.22º 0.62% 0.51% -
XYZ 12.85 8.05 13.19 -
YUV 80.03 139.84 164.35 -
System Red Green Blue C M Y K H S L
Decimal 131 50 101 0 0.62 0.23 0.49 322.22 0.45 0.35
Hex 83 32 65 0 3E 17 31 142 2D 23
Octal 203 62 145 0 76 27 61 502 55 43
Binary 10000011 110010 1100101 0 111110 10111 110001 101000010 101101 100011

Color Harmonies of #833265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833265

Black with #833265

Text Example


Text Example

White with #833265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833265; }

 p { color: rgb(131,50,101); }

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

background-color css

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

 a { background-color: rgb(131,50,101); }

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

border-color css

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

 span { border-color: rgb(131,50,101); }

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